Fossil SCM
CSS tweak for disabled submit buttons in darkmode skin, based on forum feedback.
Commit
081194bb5e0f6a5cca67e854cee10ededf2060a8fa84f039aff2fa9e6510d29f
Parent
36b17e515a5dc74…
1 file changed
+4
| --- skins/darkmode/css.txt | ||
| +++ skins/darkmode/css.txt | ||
| @@ -125,10 +125,14 @@ | ||
| 125 | 125 | input[type=reset]:hover, |
| 126 | 126 | input[type=submit]:hover { |
| 127 | 127 | background-color: #FF4500f0; |
| 128 | 128 | color: rgba(24,24,24,0.8); |
| 129 | 129 | outline: 0 |
| 130 | +} | |
| 131 | +input[type=submit]:disabled { | |
| 132 | + color: #363636; | |
| 133 | + background-color: #707070; | |
| 130 | 134 | } |
| 131 | 135 | .button:focus, |
| 132 | 136 | button:focus, |
| 133 | 137 | input[type=button]:focus, |
| 134 | 138 | input[type=reset]:focus, |
| 135 | 139 |
| --- 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 |