Fossil SCM
Yet another button fix on Blitz skin.
Commit
23b69d340b63855b1bfad85364e23c919615ed05f43c58fb41dd74709baa1ac3
Parent
91a6d48a9391a0f…
1 file changed
+6
-1
+6
-1
| --- skins/blitz/css.txt | ||
| +++ skins/blitz/css.txt | ||
| @@ -527,11 +527,16 @@ | ||
| 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 | +.content a.button, | |
| 533 | +.submenu a.button, | |
| 534 | +.submenu a.button:visited { | |
| 535 | + color: white; | |
| 536 | +} | |
| 537 | + | |
| 533 | 538 | |
| 534 | 539 | /* Forms |
| 535 | 540 | ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */ |
| 536 | 541 | input[type="email"], |
| 537 | 542 | input[type="number"], |
| 538 | 543 |
| --- skins/blitz/css.txt | |
| +++ skins/blitz/css.txt | |
| @@ -527,11 +527,16 @@ | |
| 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 |
| --- skins/blitz/css.txt | |
| +++ skins/blitz/css.txt | |
| @@ -527,11 +527,16 @@ | |
| 527 | input[type=reset]:disabled, |
| 528 | input[type=submit]:disabled{ |
| 529 | background-color: rgb(153,153,153); |
| 530 | } |
| 531 | |
| 532 | .content a.button, |
| 533 | .submenu a.button, |
| 534 | .submenu a.button:visited { |
| 535 | color: white; |
| 536 | } |
| 537 | |
| 538 | |
| 539 | /* Forms |
| 540 | ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */ |
| 541 | input[type="email"], |
| 542 | input[type="number"], |
| 543 |