diff options
| author | Servail <45024837+Servail@users.noreply.github.com> | 2019-07-09 15:26:57 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-09 15:26:57 +0300 |
| commit | 4720dc1d734e1078311c209670c9a192153a62da (patch) | |
| tree | 7dc2084c8b519603a6187798499baef8947db11f | |
| parent | cde40554df862efda6b0502ba2a9551b740f8bb6 (diff) | |
Update button.css
| -rw-r--r-- | src/chrome/global/button.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/chrome/global/button.css b/src/chrome/global/button.css index 27ab50f..dcc901e 100644 --- a/src/chrome/global/button.css +++ b/src/chrome/global/button.css | |||
| @@ -20,7 +20,7 @@ button { | |||
| 20 | -moz-border-right-colors: rgb(75,75,75); | 20 | -moz-border-right-colors: rgb(75,75,75); |
| 21 | -moz-border-bottom-colors: rgb(75,75,75); | 21 | -moz-border-bottom-colors: rgb(75,75,75); |
| 22 | -moz-border-left-colors: rgb(75,75,75); | 22 | -moz-border-left-colors: rgb(75,75,75); |
| 23 | background-color: rgb(50,50,50); | 23 | background-color: rgb(0,0,0); |
| 24 | color: #fff; | 24 | color: #fff; |
| 25 | text-shadow: none; | 25 | text-shadow: none; |
| 26 | } | 26 | } |
| @@ -69,12 +69,12 @@ button[checked="true"] { | |||
| 69 | -moz-border-right-colors: rgb(75,75,75); | 69 | -moz-border-right-colors: rgb(75,75,75); |
| 70 | -moz-border-bottom-colors: rgb(75,75,75); | 70 | -moz-border-bottom-colors: rgb(75,75,75); |
| 71 | -moz-border-left-colors: rgb(75,75,75); | 71 | -moz-border-left-colors: rgb(75,75,75); |
| 72 | background-color: rgb(23,23,23); | 72 | background-color: rgb(0,0,0); |
| 73 | color: #fff; | 73 | color: #fff; |
| 74 | } | 74 | } |
| 75 | 75 | ||
| 76 | button:hover:not(:active):not([disabled=true]) { | 76 | button:hover:not(:active):not([disabled=true]) { |
| 77 | background-color: rgb(75,75,75); | 77 | background-color: rgb(0,0,0); |
| 78 | } | 78 | } |
| 79 | 79 | ||
| 80 | button:hover:active > .button-box:-moz-system-metric(windows-classic), | 80 | button:hover:active > .button-box:-moz-system-metric(windows-classic), |
| @@ -93,7 +93,7 @@ button[disabled="true"] { | |||
| 93 | -moz-border-right-colors: rgb(75,75,75) !important; | 93 | -moz-border-right-colors: rgb(75,75,75) !important; |
| 94 | -moz-border-bottom-colors: rgb(75,75,75) !important; | 94 | -moz-border-bottom-colors: rgb(75,75,75) !important; |
| 95 | -moz-border-left-colors: rgb(75,75,75) !important; | 95 | -moz-border-left-colors: rgb(75,75,75) !important; |
| 96 | background-color: rgb(62,62,62); | 96 | background-color: rgb(0,0,0); |
| 97 | color: GrayText; | 97 | color: GrayText; |
| 98 | } | 98 | } |
| 99 | 99 | ||
