Fossil SCM
Blitz skin: bring the overall button appearance more in line with the trunk button, with the disabled buttons less glaring.
Commit
e068cffcbe6558fd538699829f484dfff171d892f931c3708cdcef814c2b66ea
Parent
210435c0d115e7d…
1 file changed
+2
-3
+2
-3
| --- skins/blitz/css.txt | ||
| +++ skins/blitz/css.txt | ||
| @@ -296,11 +296,10 @@ | ||
| 296 | 296 | } |
| 297 | 297 | |
| 298 | 298 | /** |
| 299 | 299 | * Re-set default cursor for disabled elements. |
| 300 | 300 | */ |
| 301 | - | |
| 302 | 301 | button:disabled, |
| 303 | 302 | input[type=button]:disabled, |
| 304 | 303 | input[type=reset]:disabled, |
| 305 | 304 | input[type=submit]:disabled{ |
| 306 | 305 | cursor: default; |
| @@ -542,19 +541,19 @@ | ||
| 542 | 541 | button:disabled, |
| 543 | 542 | input[type=button]:disabled, |
| 544 | 543 | input[type=reset]:disabled, |
| 545 | 544 | input[type=submit]:disabled{ |
| 546 | 545 | color: rgb(128,128,128); |
| 547 | - background-color: rgb(227,227,227); | |
| 546 | + opacity: 80%; | |
| 548 | 547 | } |
| 549 | 548 | |
| 550 | 549 | .button:disabled:hover, |
| 551 | 550 | button:disabled:hover, |
| 552 | 551 | input[type=button]:disabled:hover, |
| 553 | 552 | input[type=reset]:disabled:hover, |
| 554 | 553 | input[type=submit]:disabled:hover{ |
| 555 | - | |
| 554 | + color: #222; | |
| 556 | 555 | } |
| 557 | 556 | |
| 558 | 557 | /* Forms |
| 559 | 558 | ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */ |
| 560 | 559 | input[type="email"], |
| 561 | 560 |
| --- skins/blitz/css.txt | |
| +++ skins/blitz/css.txt | |
| @@ -296,11 +296,10 @@ | |
| 296 | } |
| 297 | |
| 298 | /** |
| 299 | * Re-set default cursor for disabled elements. |
| 300 | */ |
| 301 | |
| 302 | button:disabled, |
| 303 | input[type=button]:disabled, |
| 304 | input[type=reset]:disabled, |
| 305 | input[type=submit]:disabled{ |
| 306 | cursor: default; |
| @@ -542,19 +541,19 @@ | |
| 542 | button:disabled, |
| 543 | input[type=button]:disabled, |
| 544 | input[type=reset]:disabled, |
| 545 | input[type=submit]:disabled{ |
| 546 | color: rgb(128,128,128); |
| 547 | background-color: rgb(227,227,227); |
| 548 | } |
| 549 | |
| 550 | .button:disabled:hover, |
| 551 | button:disabled:hover, |
| 552 | input[type=button]:disabled:hover, |
| 553 | input[type=reset]:disabled:hover, |
| 554 | input[type=submit]:disabled:hover{ |
| 555 | |
| 556 | } |
| 557 | |
| 558 | /* Forms |
| 559 | ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */ |
| 560 | input[type="email"], |
| 561 |
| --- skins/blitz/css.txt | |
| +++ skins/blitz/css.txt | |
| @@ -296,11 +296,10 @@ | |
| 296 | } |
| 297 | |
| 298 | /** |
| 299 | * Re-set default cursor for disabled elements. |
| 300 | */ |
| 301 | button:disabled, |
| 302 | input[type=button]:disabled, |
| 303 | input[type=reset]:disabled, |
| 304 | input[type=submit]:disabled{ |
| 305 | cursor: default; |
| @@ -542,19 +541,19 @@ | |
| 541 | button:disabled, |
| 542 | input[type=button]:disabled, |
| 543 | input[type=reset]:disabled, |
| 544 | input[type=submit]:disabled{ |
| 545 | color: rgb(128,128,128); |
| 546 | opacity: 80%; |
| 547 | } |
| 548 | |
| 549 | .button:disabled:hover, |
| 550 | button:disabled:hover, |
| 551 | input[type=button]:disabled:hover, |
| 552 | input[type=reset]:disabled:hover, |
| 553 | input[type=submit]:disabled:hover{ |
| 554 | color: #222; |
| 555 | } |
| 556 | |
| 557 | /* Forms |
| 558 | ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */ |
| 559 | input[type="email"], |
| 560 |