Fossil SCM

Revert part of the previous commit so that only buttons, not textareas an input fields, are affects.

stephan 2021-09-22 08:43 trunk
Commit 15d58775a75f09460de0af015f9c01168b5367d0bbcb9df468dcf2484c53bf11
1 file changed +4 -1
--- skins/darkmode/css.txt
+++ skins/darkmode/css.txt
@@ -520,15 +520,18 @@
520520
button,
521521
input,
522522
optgroup,
523523
select,
524524
textarea {
525
- background-color: rgba(45,45,45,0.75);
525
+ background: inherit;
526526
color: inherit;
527527
font: inherit;
528528
margin: 0
529529
}
530
+button {
531
+ background-color: rgba(45,45,45,0.75);
532
+}
530533
input, textarea, select {
531534
border: 1px solid rgba(127, 201, 255, 0.9);
532535
padding: 1px;
533536
}
534537
select {
535538
--- skins/darkmode/css.txt
+++ skins/darkmode/css.txt
@@ -520,15 +520,18 @@
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 border: 1px solid rgba(127, 201, 255, 0.9);
532 padding: 1px;
533 }
534 select {
535
--- skins/darkmode/css.txt
+++ skins/darkmode/css.txt
@@ -520,15 +520,18 @@
520 button,
521 input,
522 optgroup,
523 select,
524 textarea {
525 background: inherit;
526 color: inherit;
527 font: inherit;
528 margin: 0
529 }
530 button {
531 background-color: rgba(45,45,45,0.75);
532 }
533 input, textarea, select {
534 border: 1px solid rgba(127, 201, 255, 0.9);
535 padding: 1px;
536 }
537 select {
538

Keyboard Shortcuts

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