Fossil SCM

CSS tweak for disabled submit buttons in darkmode skin, based on forum feedback.

stephan 2023-03-19 14:25 trunk
Commit 081194bb5e0f6a5cca67e854cee10ededf2060a8fa84f039aff2fa9e6510d29f
1 file changed +4
--- skins/darkmode/css.txt
+++ skins/darkmode/css.txt
@@ -125,10 +125,14 @@
125125
input[type=reset]:hover,
126126
input[type=submit]:hover {
127127
background-color: #FF4500f0;
128128
color: rgba(24,24,24,0.8);
129129
outline: 0
130
+}
131
+input[type=submit]:disabled {
132
+ color: #363636;
133
+ background-color: #707070;
130134
}
131135
.button:focus,
132136
button:focus,
133137
input[type=button]:focus,
134138
input[type=reset]:focus,
135139
--- skins/darkmode/css.txt
+++ skins/darkmode/css.txt
@@ -125,10 +125,14 @@
125 input[type=reset]:hover,
126 input[type=submit]:hover {
127 background-color: #FF4500f0;
128 color: rgba(24,24,24,0.8);
129 outline: 0
 
 
 
 
130 }
131 .button:focus,
132 button:focus,
133 input[type=button]:focus,
134 input[type=reset]:focus,
135
--- skins/darkmode/css.txt
+++ skins/darkmode/css.txt
@@ -125,10 +125,14 @@
125 input[type=reset]:hover,
126 input[type=submit]:hover {
127 background-color: #FF4500f0;
128 color: rgba(24,24,24,0.8);
129 outline: 0
130 }
131 input[type=submit]:disabled {
132 color: #363636;
133 background-color: #707070;
134 }
135 .button:focus,
136 button:focus,
137 input[type=button]:focus,
138 input[type=reset]:focus,
139

Keyboard Shortcuts

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