Fossil SCM
Darkmode skin: make disabled buttons very slightly less prominent.
Commit
6456e3cb3ff2d384b859b1b62c770b143b36f6b900da94ab28e41847a81673a1
Parent
3d9a5cce68cc902…
1 file changed
+2
-1
+2
-1
| --- skins/darkmode/css.txt | ||
| +++ skins/darkmode/css.txt | ||
| @@ -135,12 +135,13 @@ | ||
| 135 | 135 | .button:disabled, |
| 136 | 136 | button:disabled, |
| 137 | 137 | input[type=button]:disabled, |
| 138 | 138 | input[type=submit]:disabled, |
| 139 | 139 | input[type=reset]:disabled{ |
| 140 | - color: #202020; | |
| 140 | + color: #222; | |
| 141 | 141 | background-color: #b0b0b0; |
| 142 | + opacity: 0.8; | |
| 142 | 143 | } |
| 143 | 144 | .button:focus, |
| 144 | 145 | button:focus, |
| 145 | 146 | input[type=button]:focus, |
| 146 | 147 | input[type=submit]:focus, |
| 147 | 148 |
| --- skins/darkmode/css.txt | |
| +++ skins/darkmode/css.txt | |
| @@ -135,12 +135,13 @@ | |
| 135 | .button:disabled, |
| 136 | button:disabled, |
| 137 | input[type=button]:disabled, |
| 138 | input[type=submit]:disabled, |
| 139 | input[type=reset]:disabled{ |
| 140 | color: #202020; |
| 141 | background-color: #b0b0b0; |
| 142 | } |
| 143 | .button:focus, |
| 144 | button:focus, |
| 145 | input[type=button]:focus, |
| 146 | input[type=submit]:focus, |
| 147 |
| --- skins/darkmode/css.txt | |
| +++ skins/darkmode/css.txt | |
| @@ -135,12 +135,13 @@ | |
| 135 | .button:disabled, |
| 136 | button:disabled, |
| 137 | input[type=button]:disabled, |
| 138 | input[type=submit]:disabled, |
| 139 | input[type=reset]:disabled{ |
| 140 | color: #222; |
| 141 | background-color: #b0b0b0; |
| 142 | opacity: 0.8; |
| 143 | } |
| 144 | .button:focus, |
| 145 | button:focus, |
| 146 | input[type=button]:focus, |
| 147 | input[type=submit]:focus, |
| 148 |