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/darwin/toolbarbutton.css | |
| parent | 48c977ab7fcab19dc4da19bba4b209b220c0a33e (diff) | |
Diffstat (limited to 'src/chrome/os/darwin/toolbarbutton.css')
| -rw-r--r-- | src/chrome/os/darwin/toolbarbutton.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chrome/os/darwin/toolbarbutton.css b/src/chrome/os/darwin/toolbarbutton.css index b5c250e..6177559 100644 --- a/src/chrome/os/darwin/toolbarbutton.css +++ b/src/chrome/os/darwin/toolbarbutton.css | |||
| @@ -9,7 +9,7 @@ toolbarbutton { | |||
| 9 | -moz-box-pack: center; | 9 | -moz-box-pack: center; |
| 10 | margin: 0 2px; | 10 | margin: 0 2px; |
| 11 | padding: 3px 2px; | 11 | padding: 3px 2px; |
| 12 | color: #fff; | 12 | color: #bfbbb6; |
| 13 | } | 13 | } |
| 14 | 14 | ||
| 15 | toolbarbutton[open="true"], | 15 | toolbarbutton[open="true"], |
| @@ -79,7 +79,7 @@ toolbarbutton[type="menu-button"][disabled="true"]:hover:active { | |||
| 79 | background-color: rgb(1,1,1); | 79 | background-color: rgb(1,1,1); |
| 80 | font-size: 9px; | 80 | font-size: 9px; |
| 81 | padding: 1px 2px; | 81 | padding: 1px 2px; |
| 82 | color: #fff; | 82 | color: #bfbbb6; |
| 83 | border-radius: 2px; | 83 | border-radius: 2px; |
| 84 | box-shadow: 0 1px 0 hsla(0, 100%, 100%, .2) inset, | 84 | box-shadow: 0 1px 0 hsla(0, 100%, 100%, .2) inset, |
| 85 | 0 -1px 0 hsla(0, 0%, 0%, .1) inset, | 85 | 0 -1px 0 hsla(0, 0%, 0%, .1) inset, |
