Fossil SCM
Blitz skin: remove the on-hover color change for disabled buttons inadvertently added in this branch.
Commit
810b65546dc9ff4efc42d4b6e7a41e22000221dafe1ea0c65fe190d702d8bef2
Parent
7f54bb7d5e9958a…
1 file changed
-7
-7
| --- skins/blitz/css.txt | ||
| +++ skins/blitz/css.txt | ||
| @@ -527,17 +527,10 @@ | ||
| 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 | -.button:disabled:hover, | |
| 533 | -button:disabled:hover, | |
| 534 | -input[type=button]:disabled:hover, | |
| 535 | -input[type=reset]:disabled:hover, | |
| 536 | -input[type=submit]:disabled:hover{ | |
| 537 | - color: #222; | |
| 538 | -} | |
| 539 | 532 | |
| 540 | 533 | /* Forms |
| 541 | 534 | ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */ |
| 542 | 535 | input[type="email"], |
| 543 | 536 | input[type="number"], |
| 544 | 537 |
| --- skins/blitz/css.txt | |
| +++ skins/blitz/css.txt | |
| @@ -527,17 +527,10 @@ | |
| 527 | input[type=reset]:disabled, |
| 528 | input[type=submit]:disabled{ |
| 529 | background-color: rgb(153,153,153); |
| 530 | } |
| 531 | |
| 532 | .button:disabled:hover, |
| 533 | button:disabled:hover, |
| 534 | input[type=button]:disabled:hover, |
| 535 | input[type=reset]:disabled:hover, |
| 536 | input[type=submit]:disabled:hover{ |
| 537 | color: #222; |
| 538 | } |
| 539 | |
| 540 | /* Forms |
| 541 | ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */ |
| 542 | input[type="email"], |
| 543 | input[type="number"], |
| 544 |
| --- skins/blitz/css.txt | |
| +++ skins/blitz/css.txt | |
| @@ -527,17 +527,10 @@ | |
| 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 |