Fossil SCM
Chnage all buttons on Blitz skin to be as they were originally (transparent) instead of dark-aqua'ish like some exceptions. Use body background color instead of transparent so on selected forum, they don't looks disabled.
Commit
15782c004931451c20253508123144a167cef4db7e52f90a5b1d0df9a3887c6c
Parent
f6785741d98573e…
1 file changed
+5
-3
+5
-3
| --- skins/blitz/css.txt | ||
| +++ skins/blitz/css.txt | ||
| @@ -485,12 +485,12 @@ | ||
| 485 | 485 | input[type=reset], |
| 486 | 486 | input[type=submit]{ |
| 487 | 487 | display: inline-block; |
| 488 | 488 | height: 3.3rem; |
| 489 | 489 | padding: 0 2.2rem; |
| 490 | - color: white; | |
| 491 | - background-color: #446979; | |
| 490 | + color: #444; | |
| 491 | + background-color: #f8f8f8;; | |
| 492 | 492 | border-color: #446979; |
| 493 | 493 | text-align: center; |
| 494 | 494 | font-size: 1.1rem; |
| 495 | 495 | font-weight: 700; |
| 496 | 496 | line-height: 3.3rem; |
| @@ -524,17 +524,19 @@ | ||
| 524 | 524 | .button:disabled, |
| 525 | 525 | button:disabled, |
| 526 | 526 | input[type=button]:disabled, |
| 527 | 527 | input[type=reset]:disabled, |
| 528 | 528 | input[type=submit]:disabled{ |
| 529 | + color: #444; | |
| 529 | 530 | background-color: rgb(153,153,153); |
| 530 | 531 | } |
| 531 | 532 | |
| 532 | 533 | .content a.button, |
| 533 | 534 | .submenu a.button, |
| 534 | 535 | .submenu a.button:visited { |
| 535 | - color: white; | |
| 536 | + color: #444; | |
| 537 | + background: #f8f8f8; | |
| 536 | 538 | } |
| 537 | 539 | |
| 538 | 540 | |
| 539 | 541 | /* Forms |
| 540 | 542 | ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */ |
| 541 | 543 |
| --- skins/blitz/css.txt | |
| +++ skins/blitz/css.txt | |
| @@ -485,12 +485,12 @@ | |
| 485 | input[type=reset], |
| 486 | input[type=submit]{ |
| 487 | display: inline-block; |
| 488 | height: 3.3rem; |
| 489 | padding: 0 2.2rem; |
| 490 | color: white; |
| 491 | background-color: #446979; |
| 492 | border-color: #446979; |
| 493 | text-align: center; |
| 494 | font-size: 1.1rem; |
| 495 | font-weight: 700; |
| 496 | line-height: 3.3rem; |
| @@ -524,17 +524,19 @@ | |
| 524 | .button:disabled, |
| 525 | button:disabled, |
| 526 | input[type=button]:disabled, |
| 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 |
| --- skins/blitz/css.txt | |
| +++ skins/blitz/css.txt | |
| @@ -485,12 +485,12 @@ | |
| 485 | input[type=reset], |
| 486 | input[type=submit]{ |
| 487 | display: inline-block; |
| 488 | height: 3.3rem; |
| 489 | padding: 0 2.2rem; |
| 490 | color: #444; |
| 491 | background-color: #f8f8f8;; |
| 492 | border-color: #446979; |
| 493 | text-align: center; |
| 494 | font-size: 1.1rem; |
| 495 | font-weight: 700; |
| 496 | line-height: 3.3rem; |
| @@ -524,17 +524,19 @@ | |
| 524 | .button:disabled, |
| 525 | button:disabled, |
| 526 | input[type=button]:disabled, |
| 527 | input[type=reset]:disabled, |
| 528 | input[type=submit]:disabled{ |
| 529 | color: #444; |
| 530 | background-color: rgb(153,153,153); |
| 531 | } |
| 532 | |
| 533 | .content a.button, |
| 534 | .submenu a.button, |
| 535 | .submenu a.button:visited { |
| 536 | color: #444; |
| 537 | background: #f8f8f8; |
| 538 | } |
| 539 | |
| 540 | |
| 541 | /* Forms |
| 542 | ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */ |
| 543 |