diff options
| author | Vineet Kumar <git@vineetk.net> | 2022-08-29 17:02:12 -0400 |
|---|---|---|
| committer | Vineet Kumar <git@vineetk.net> | 2026-05-14 17:02:12 -0400 |
| commit | 199c684366d6cf7431513ff15bae9861166a3a19 (patch) | |
| tree | ab143c779ca20d6ba39be37b2ee2b93b2802cfa2 /src/chrome/os/linux/toolbarbutton.css | |
| parent | 48c977ab7fcab19dc4da19bba4b209b220c0a33e (diff) | |
Diffstat (limited to 'src/chrome/os/linux/toolbarbutton.css')
| -rw-r--r-- | src/chrome/os/linux/toolbarbutton.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/chrome/os/linux/toolbarbutton.css b/src/chrome/os/linux/toolbarbutton.css index 93471aa..b8f8106 100644 --- a/src/chrome/os/linux/toolbarbutton.css +++ b/src/chrome/os/linux/toolbarbutton.css | |||
| @@ -16,7 +16,7 @@ toolbarbutton { | |||
| 16 | -moz-box-pack: center; | 16 | -moz-box-pack: center; |
| 17 | margin: 0; | 17 | margin: 0; |
| 18 | padding: 3px; | 18 | padding: 3px; |
| 19 | color: #fff; | 19 | color: #bfbbb6; |
| 20 | } | 20 | } |
| 21 | 21 | ||
| 22 | toolbarbutton:-moz-lwtheme { | 22 | toolbarbutton:-moz-lwtheme { |
| @@ -55,7 +55,7 @@ toolbarbutton[disabled="true"][open="true"] { | |||
| 55 | } | 55 | } |
| 56 | 56 | ||
| 57 | toolbarbutton[checked="true"]:not(:hover) { | 57 | toolbarbutton[checked="true"]:not(:hover) { |
| 58 | color: #fff; | 58 | color: #bfbbb6; |
| 59 | } | 59 | } |
| 60 | 60 | ||
| 61 | toolbarbutton:-moz-lwtheme:not(:hover):not([checked="true"]):not([open="true"]):not([disabled="true"]) { | 61 | toolbarbutton:-moz-lwtheme:not(:hover):not([checked="true"]):not([open="true"]):not([disabled="true"]) { |
| @@ -106,10 +106,10 @@ toolbarbutton[type="menu-button"][disabled="true"]:hover:active { | |||
| 106 | } | 106 | } |
| 107 | 107 | ||
| 108 | .toolbarbutton-badge { | 108 | .toolbarbutton-badge { |
| 109 | background-color: rgb(0,0,0); | 109 | background-color: #181411; |
| 110 | font-size: 10px; | 110 | font-size: 10px; |
| 111 | padding: 0 2px 1px; | 111 | padding: 0 2px 1px; |
| 112 | color: #fff; | 112 | color: #bfbbb6; |
| 113 | border-radius: 2px; | 113 | border-radius: 2px; |
| 114 | box-shadow: 0 1px 0 hsla(0, 100%, 100%, .2) inset, | 114 | box-shadow: 0 1px 0 hsla(0, 100%, 100%, .2) inset, |
| 115 | 0 -1px 0 hsla(0, 0%, 0%, .1) inset, | 115 | 0 -1px 0 hsla(0, 0%, 0%, .1) inset, |
