Differences From Artifact [ce0c6e803e]:
- File skins/xekri/css.txt — part of check-in [9322a0bc20] at 2021-04-29 12:52:16 on branch trunk — /brlist: use background color change, instead of bold, for selected branches to avoid layout changes from the text changing size, as discussed in and around [forum:/forumpost/606cbfdff6 | forum post 606cbfdff6]. Background color is the same as timelineSelected for all skins except xekri, which needs a bit more contrast. (user: stephan size: 20014) [more...]
To Artifact [cead2f4e86]:
- File skins/xekri/css.txt — part of check-in [d2c8ba0f66] at 2021-06-15 02:44:12 on branch trunk — xekri skin: recolor links in fossil-PopupWidget elements so that the links are visible. (user: stephan size: 20086) [more...]
| ︙ | |||
1122 1123 1124 1125 1126 1127 1128 | 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 | + + + - + |
}
.fossil-PopupWidget,
.fossil-tooltip.help-buttonlet-content {
background-color: #111;
border: 1px solid rgba(255,255,255,0.5);
}
.fossil-PopupWidget a,
.fossil-PopupWidget a:visited {
color: white;
|
| ︙ |