Fossil SCM

Darkmode skin tweak so that certain form elements, e.g. buttons, don't have _entirely_ invisible backgrounds.

stephan 2021-09-22 05:45 trunk
Commit 65233c9f33e549883967552f7b3068786f56ad383583bdc8fe07c6512d056c0d
1 file changed +1 -1
--- skins/darkmode/css.txt
+++ skins/darkmode/css.txt
@@ -520,11 +520,11 @@
520520
button,
521521
input,
522522
optgroup,
523523
select,
524524
textarea {
525
- background-color: inherit;
525
+ background-color: rgba(45,45,45,0.75);
526526
color: inherit;
527527
font: inherit;
528528
margin: 0
529529
}
530530
input, textarea, select {
531531
--- skins/darkmode/css.txt
+++ skins/darkmode/css.txt
@@ -520,11 +520,11 @@
520 button,
521 input,
522 optgroup,
523 select,
524 textarea {
525 background-color: inherit;
526 color: inherit;
527 font: inherit;
528 margin: 0
529 }
530 input, textarea, select {
531
--- skins/darkmode/css.txt
+++ skins/darkmode/css.txt
@@ -520,11 +520,11 @@
520 button,
521 input,
522 optgroup,
523 select,
524 textarea {
525 background-color: rgba(45,45,45,0.75);
526 color: inherit;
527 font: inherit;
528 margin: 0
529 }
530 input, textarea, select {
531

Keyboard Shortcuts

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