Fossil SCM
Fix another button quirk in the Blitz skin. Reported by Martin G.
Commit
750a963dea062b941301307556baab93729f8b83414d79e53ab6a210b834a7d6
Parent
133387b19da24cb…
1 file changed
+1
+1
| --- skins/blitz/css.txt | ||
| +++ skins/blitz/css.txt | ||
| @@ -527,10 +527,11 @@ | ||
| 527 | 527 | input[type=reset]:disabled, |
| 528 | 528 | input[type=submit]:disabled{ |
| 529 | 529 | background-color: rgb(153,153,153); |
| 530 | 530 | } |
| 531 | 531 | |
| 532 | +.content a.button { color: white; } | |
| 532 | 533 | |
| 533 | 534 | /* Forms |
| 534 | 535 | ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */ |
| 535 | 536 | input[type="email"], |
| 536 | 537 | input[type="number"], |
| 537 | 538 |
| --- skins/blitz/css.txt | |
| +++ skins/blitz/css.txt | |
| @@ -527,10 +527,11 @@ | |
| 527 | input[type=reset]:disabled, |
| 528 | input[type=submit]:disabled{ |
| 529 | background-color: rgb(153,153,153); |
| 530 | } |
| 531 | |
| 532 | |
| 533 | /* Forms |
| 534 | ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */ |
| 535 | input[type="email"], |
| 536 | input[type="number"], |
| 537 |
| --- skins/blitz/css.txt | |
| +++ skins/blitz/css.txt | |
| @@ -527,10 +527,11 @@ | |
| 527 | input[type=reset]:disabled, |
| 528 | input[type=submit]:disabled{ |
| 529 | background-color: rgb(153,153,153); |
| 530 | } |
| 531 | |
| 532 | .content a.button { color: white; } |
| 533 | |
| 534 | /* Forms |
| 535 | ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */ |
| 536 | input[type="email"], |
| 537 | input[type="number"], |
| 538 |