Differences From Artifact [38d644ecd1]:
- File skins/xekri/css.txt — part of check-in [14ac3e8469] at 2020-08-15 03:51:17 on branch line-number-selection — Reimplemented ln=... highlighting to mark the line numbers instead of the code, so that there is no interference with syntax highlighters. Adjusted two skins to use the newer line-marking CSS. (user: stephan size: 19533) [more...]
To Artifact [0cde2c58f9]:
- File skins/xekri/css.txt — part of check-in [8b0d000200] at 2020-08-30 18:42:40 on branch wikiedit-wysiwyg-legacy — Added style for the new help-buttonlet widgets in the xekri skin, else they end up with a transparent background. (user: stephan size: 19646) [more...]
| ︙ | |||
1116 1117 1118 1119 1120 1121 1122 | 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 | + + + + + |
tr.row0 {
/* use default */
}
/* odd table row color */
tr.row1 {
/* Use default */
}
.fossil-tooltip.help-buttonlet-content {
background-color: #111;
border: 1px solid rgba(255,255,255,0.5);
}
|