Fossil SCM
darkmode skin: replace on-focus color change of buttons with a light border, else the text has illegibly little contrast.
Commit
63d510764e93fb9a5c8a19c231b916a23f0dad84707c7e9b4ba7bf6de8722ad8
Parent
ae8f2ebe4b61fb0…
1 file changed
+1
-2
+1
-2
| --- skins/darkmode/css.txt | ||
| +++ skins/darkmode/css.txt | ||
| @@ -131,13 +131,12 @@ | ||
| 131 | 131 | .button:focus, |
| 132 | 132 | button:focus, |
| 133 | 133 | input[type=button]:focus, |
| 134 | 134 | input[type=reset]:focus, |
| 135 | 135 | input[type=submit]:focus { |
| 136 | - color: #333; | |
| 136 | + outline: 2px outset #333; | |
| 137 | 137 | border-color: #888; |
| 138 | - outline: 0 | |
| 139 | 138 | } |
| 140 | 139 | |
| 141 | 140 | /* All page content from the bottom of the menu or submenu down to |
| 142 | 141 | ** the footer */ |
| 143 | 142 | div.content { |
| 144 | 143 |
| --- 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 |