Fossil SCM

darkmode skin: replace on-focus color change of buttons with a light border, else the text has illegibly little contrast.

stephan 2022-06-06 21:56 pikchrshow-wasm
Commit 63d510764e93fb9a5c8a19c231b916a23f0dad84707c7e9b4ba7bf6de8722ad8
1 file changed +1 -2
--- skins/darkmode/css.txt
+++ skins/darkmode/css.txt
@@ -131,13 +131,12 @@
131131
.button:focus,
132132
button:focus,
133133
input[type=button]:focus,
134134
input[type=reset]:focus,
135135
input[type=submit]:focus {
136
- color: #333;
136
+ outline: 2px outset #333;
137137
border-color: #888;
138
- outline: 0
139138
}
140139
141140
/* All page content from the bottom of the menu or submenu down to
142141
** the footer */
143142
div.content {
144143
--- skins/darkmode/css.txt
+++ skins/darkmode/css.txt
@@ -131,13 +131,12 @@
131 .button:focus,
132 button:focus,
133 input[type=button]:focus,
134 input[type=reset]:focus,
135 input[type=submit]:focus {
136 color: #333;
137 border-color: #888;
138 outline: 0
139 }
140
141 /* All page content from the bottom of the menu or submenu down to
142 ** the footer */
143 div.content {
144
--- skins/darkmode/css.txt
+++ skins/darkmode/css.txt
@@ -131,13 +131,12 @@
131 .button:focus,
132 button:focus,
133 input[type=button]:focus,
134 input[type=reset]:focus,
135 input[type=submit]:focus {
136 outline: 2px outset #333;
137 border-color: #888;
 
138 }
139
140 /* All page content from the bottom of the menu or submenu down to
141 ** the footer */
142 div.content {
143

Keyboard Shortcuts

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