Differences From Artifact [49296318ce]:
- File skins/xekri/css.txt — part of check-in [749d9daf03] at 2021-03-12 07:15:42 on branch trunk — xekri skin: set .debug foreground color to something legible against the yellowish background. (user: stephan size: 19870) [more...]
To 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...]
| ︙ | ︙ | |||
1136 1137 1138 1139 1140 1141 1142 |
padding: 0 0.5em;
border-radius: 0.25em;
}
.debug {
color: black;
}
| > > > > > | 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 |
padding: 0 0.5em;
border-radius: 0.25em;
}
.debug {
color: black;
}
body.branch .brlist > table > tbody > tr:hover:not(.selected),
body.branch .brlist > table > tbody > tr.selected {
background-color: #444;
}
|