diff options
Diffstat (limited to 'src/chrome/os/darwin/popup.css')
| -rw-r--r-- | src/chrome/os/darwin/popup.css | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/chrome/os/darwin/popup.css b/src/chrome/os/darwin/popup.css index 2356d79..e10ccce 100644 --- a/src/chrome/os/darwin/popup.css +++ b/src/chrome/os/darwin/popup.css | |||
| @@ -5,9 +5,9 @@ | |||
| 5 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | 5 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); |
| 6 | 6 | ||
| 7 | .panel-arrowcontent { | 7 | .panel-arrowcontent { |
| 8 | --panel-arrowcontent-background: rgb(50,50,50); | 8 | --panel-arrowcontent-background: rgb(0,0,0); |
| 9 | --panel-arrowcontent-color: #fff; | 9 | --panel-arrowcontent-color: #fff; |
| 10 | --panel-arrowcontent-border: rgb(75,75,75); | 10 | --panel-arrowcontent-border: rgb(64,64,64); |
| 11 | } | 11 | } |
| 12 | 12 | ||
| 13 | menupopup, | 13 | menupopup, |
| @@ -20,11 +20,11 @@ panel { | |||
| 20 | 20 | ||
| 21 | menupopup { | 21 | menupopup { |
| 22 | -moz-appearance: none; | 22 | -moz-appearance: none; |
| 23 | -moz-border-top-colors : rgb(75,75,75); | 23 | -moz-border-top-colors : rgb(64,64,64); |
| 24 | -moz-border-left-colors : rgb(75,75,75); | 24 | -moz-border-left-colors : rgb(64,64,64); |
| 25 | -moz-border-right-colors : rgb(23,23,23); | 25 | -moz-border-right-colors : rgb(64,64,64); |
| 26 | -moz-border-bottom-colors: rgb(23,23,23); | 26 | -moz-border-bottom-colors: rgb(64,64,64); |
| 27 | background: rgb(43,43,43); | 27 | background: rgb(0,0,0); |
| 28 | } | 28 | } |
| 29 | 29 | ||
| 30 | menupopup > menu > menupopup { | 30 | menupopup > menu > menupopup { |
| @@ -101,10 +101,10 @@ panel[type="arrow"][side="right"] { | |||
| 101 | tooltip { | 101 | tooltip { |
| 102 | -moz-appearance: none; | 102 | -moz-appearance: none; |
| 103 | margin-top: 21px; | 103 | margin-top: 21px; |
| 104 | border: 1px solid rgb(75,75,75); | 104 | border: 1px solid rgb(64,64,64); |
| 105 | padding: 2px 3px; | 105 | padding: 2px 3px; |
| 106 | max-width: 40em; | 106 | max-width: 40em; |
| 107 | background-color: rgb(110,110,110); | 107 | background-color: rgb(1,1,1); |
| 108 | color: #fff; | 108 | color: #fff; |
| 109 | font: message-box; | 109 | font: message-box; |
| 110 | } | 110 | } |
