Fossil SCM
xekri skin: recolor links in fossil-PopupWidget elements so that the links are visible.
Commit
d2c8ba0f66fd724a82f50f2755b53e92bc6014ca7889f897a38a51cfd8289352
Parent
b71be5ef366b39c…
1 file changed
+4
-1
+4
-1
| --- skins/xekri/css.txt | ||
| +++ skins/xekri/css.txt | ||
| @@ -1124,11 +1124,14 @@ | ||
| 1124 | 1124 | .fossil-PopupWidget, |
| 1125 | 1125 | .fossil-tooltip.help-buttonlet-content { |
| 1126 | 1126 | background-color: #111; |
| 1127 | 1127 | border: 1px solid rgba(255,255,255,0.5); |
| 1128 | 1128 | } |
| 1129 | - | |
| 1129 | +.fossil-PopupWidget a, | |
| 1130 | +.fossil-PopupWidget a:visited { | |
| 1131 | + color: white; | |
| 1132 | +} | |
| 1130 | 1133 | div.forumSel { |
| 1131 | 1134 | background-color: #663399; |
| 1132 | 1135 | } |
| 1133 | 1136 | div.forumPostBody blockquote { |
| 1134 | 1137 | border-width: 1pt; |
| 1135 | 1138 |
| --- skins/xekri/css.txt | |
| +++ skins/xekri/css.txt | |
| @@ -1124,11 +1124,14 @@ | |
| 1124 | .fossil-PopupWidget, |
| 1125 | .fossil-tooltip.help-buttonlet-content { |
| 1126 | background-color: #111; |
| 1127 | border: 1px solid rgba(255,255,255,0.5); |
| 1128 | } |
| 1129 | |
| 1130 | div.forumSel { |
| 1131 | background-color: #663399; |
| 1132 | } |
| 1133 | div.forumPostBody blockquote { |
| 1134 | border-width: 1pt; |
| 1135 |
| --- skins/xekri/css.txt | |
| +++ skins/xekri/css.txt | |
| @@ -1124,11 +1124,14 @@ | |
| 1124 | .fossil-PopupWidget, |
| 1125 | .fossil-tooltip.help-buttonlet-content { |
| 1126 | background-color: #111; |
| 1127 | border: 1px solid rgba(255,255,255,0.5); |
| 1128 | } |
| 1129 | .fossil-PopupWidget a, |
| 1130 | .fossil-PopupWidget a:visited { |
| 1131 | color: white; |
| 1132 | } |
| 1133 | div.forumSel { |
| 1134 | background-color: #663399; |
| 1135 | } |
| 1136 | div.forumPostBody blockquote { |
| 1137 | border-width: 1pt; |
| 1138 |