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.
Commit
e05bbdec0a62ffe0a4881807642940823f73710b0e1a81d24b00b86250d9e6cd
Parent
03a64a39adcefcc…
2 files changed
+3
-1
+1
-1
+3
-1
| --- skins/default/css.txt | ||
| +++ skins/default/css.txt | ||
| @@ -224,11 +224,13 @@ | ||
| 224 | 224 | white-space: nowrap; |
| 225 | 225 | } |
| 226 | 226 | div.submenu label { |
| 227 | 227 | white-space: nowrap; |
| 228 | 228 | } |
| 229 | - | |
| 229 | +.fossil-tooltip.help-buttonlet-content { | |
| 230 | + background-color: lightyellow; | |
| 231 | +} | |
| 230 | 232 | @media screen and (max-width: 600px) { |
| 231 | 233 | /* Spacing for mobile */ |
| 232 | 234 | body { |
| 233 | 235 | padding-left: 4px; |
| 234 | 236 | padding-right: 4px; |
| 235 | 237 |
| --- 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 @@ | ||
| 1255 | 1255 | position: absolute; |
| 1256 | 1256 | display: inline-block; |
| 1257 | 1257 | z-index: 19/*below default skin's hamburger popup*/; |
| 1258 | 1258 | box-shadow: -0.15em 0.15em 0.2em rgba(0, 0, 0, 0.75); |
| 1259 | 1259 | background-color: inherit; |
| 1260 | + color: inherit; | |
| 1260 | 1261 | } |
| 1261 | 1262 | |
| 1262 | 1263 | .fossil-toast-message { |
| 1263 | 1264 | /* "toast"-style popup message. |
| 1264 | 1265 | See fossil.popupwidget:toast() */ |
| @@ -1370,7 +1371,6 @@ | ||
| 1370 | 1371 | */ |
| 1371 | 1372 | .fossil-tooltip.help-buttonlet-content { |
| 1372 | 1373 | cursor: default; |
| 1373 | 1374 | text-align: left; |
| 1374 | 1375 | border-style: outset; |
| 1375 | - background-color: inherit; | |
| 1376 | 1376 | } |
| 1377 | 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 | } |
| 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 |