Fossil SCM

Explicit font color inheritance fix for .fossil-tooltip elements to fix it for a couple skins, and added some contrast to those widgets in the default skin.

stephan 2020-08-30 19:07 trunk
Commit e05bbdec0a62ffe0a4881807642940823f73710b0e1a81d24b00b86250d9e6cd
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -224,11 +224,13 @@
224224
white-space: nowrap;
225225
}
226226
div.submenu label {
227227
white-space: nowrap;
228228
}
229
-
229
+.fossil-tooltip.help-buttonlet-content {
230
+ background-color: lightyellow;
231
+}
230232
@media screen and (max-width: 600px) {
231233
/* Spacing for mobile */
232234
body {
233235
padding-left: 4px;
234236
padding-right: 4px;
235237
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -224,11 +224,13 @@
224 white-space: nowrap;
225 }
226 div.submenu label {
227 white-space: nowrap;
228 }
229
 
 
230 @media screen and (max-width: 600px) {
231 /* Spacing for mobile */
232 body {
233 padding-left: 4px;
234 padding-right: 4px;
235
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -224,11 +224,13 @@
224 white-space: nowrap;
225 }
226 div.submenu label {
227 white-space: nowrap;
228 }
229 .fossil-tooltip.help-buttonlet-content {
230 background-color: lightyellow;
231 }
232 @media screen and (max-width: 600px) {
233 /* Spacing for mobile */
234 body {
235 padding-left: 4px;
236 padding-right: 4px;
237
+1 -1
--- src/default.css
+++ src/default.css
@@ -1255,10 +1255,11 @@
12551255
position: absolute;
12561256
display: inline-block;
12571257
z-index: 19/*below default skin's hamburger popup*/;
12581258
box-shadow: -0.15em 0.15em 0.2em rgba(0, 0, 0, 0.75);
12591259
background-color: inherit;
1260
+ color: inherit;
12601261
}
12611262
12621263
.fossil-toast-message {
12631264
/* "toast"-style popup message.
12641265
See fossil.popupwidget:toast() */
@@ -1370,7 +1371,6 @@
13701371
*/
13711372
.fossil-tooltip.help-buttonlet-content {
13721373
cursor: default;
13731374
text-align: left;
13741375
border-style: outset;
1375
- background-color: inherit;
13761376
}
13771377
--- src/default.css
+++ src/default.css
@@ -1255,10 +1255,11 @@
1255 position: absolute;
1256 display: inline-block;
1257 z-index: 19/*below default skin's hamburger popup*/;
1258 box-shadow: -0.15em 0.15em 0.2em rgba(0, 0, 0, 0.75);
1259 background-color: inherit;
 
1260 }
1261
1262 .fossil-toast-message {
1263 /* "toast"-style popup message.
1264 See fossil.popupwidget:toast() */
@@ -1370,7 +1371,6 @@
1370 */
1371 .fossil-tooltip.help-buttonlet-content {
1372 cursor: default;
1373 text-align: left;
1374 border-style: outset;
1375 background-color: inherit;
1376 }
1377
--- src/default.css
+++ src/default.css
@@ -1255,10 +1255,11 @@
1255 position: absolute;
1256 display: inline-block;
1257 z-index: 19/*below default skin's hamburger popup*/;
1258 box-shadow: -0.15em 0.15em 0.2em rgba(0, 0, 0, 0.75);
1259 background-color: inherit;
1260 color: inherit;
1261 }
1262
1263 .fossil-toast-message {
1264 /* "toast"-style popup message.
1265 See fossil.popupwidget:toast() */
@@ -1370,7 +1371,6 @@
1371 */
1372 .fossil-tooltip.help-buttonlet-content {
1373 cursor: default;
1374 text-align: left;
1375 border-style: outset;
 
1376 }
1377

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button