diff options
Diffstat (limited to 'src/chrome/os/winnt/popup.css')
| -rw-r--r-- | src/chrome/os/winnt/popup.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/chrome/os/winnt/popup.css b/src/chrome/os/winnt/popup.css index 41a3795..282ed44 100644 --- a/src/chrome/os/winnt/popup.css +++ b/src/chrome/os/winnt/popup.css | |||
| @@ -6,8 +6,8 @@ | |||
| 6 | 6 | ||
| 7 | /* ::::: Variables ::::: */ | 7 | /* ::::: Variables ::::: */ |
| 8 | .panel-arrowcontent { | 8 | .panel-arrowcontent { |
| 9 | --panel-arrowcontent-background: rgb(0,0,0); | 9 | --panel-arrowcontent-background: #181411; |
| 10 | --panel-arrowcontent-color: #fff; | 10 | --panel-arrowcontent-color: #ffffff; |
| 11 | --panel-arrowcontent-border: 1px solid rgb(64,64,64); | 11 | --panel-arrowcontent-border: 1px solid rgb(64,64,64); |
| 12 | } | 12 | } |
| 13 | 13 | ||
| @@ -22,8 +22,8 @@ panel { | |||
| 22 | -moz-border-bottom-colors: rgb(32,32,32); | 22 | -moz-border-bottom-colors: rgb(32,32,32); |
| 23 | padding: 0px; | 23 | padding: 0px; |
| 24 | min-width: 1px; | 24 | min-width: 1px; |
| 25 | background: rgb(0,0,0); | 25 | background: #181411; |
| 26 | color: #fff; | 26 | color: #bfbbb6; |
| 27 | } | 27 | } |
| 28 | 28 | ||
| 29 | menupopup { | 29 | menupopup { |
| @@ -119,7 +119,7 @@ tooltip { | |||
| 119 | padding: 2px 3px; | 119 | padding: 2px 3px; |
| 120 | max-width: 40em; | 120 | max-width: 40em; |
| 121 | background-color: rgb(1,1,1); | 121 | background-color: rgb(1,1,1); |
| 122 | color: #fff; | 122 | color: #bfbbb6; |
| 123 | font: message-box; | 123 | font: message-box; |
| 124 | } | 124 | } |
| 125 | 125 | ||
| @@ -141,6 +141,6 @@ menulist > menupopup { | |||
| 141 | -moz-border-left-colors: rgb(64,64,64); | 141 | -moz-border-left-colors: rgb(64,64,64); |
| 142 | padding: 0px; | 142 | padding: 0px; |
| 143 | min-width: 0px; | 143 | min-width: 0px; |
| 144 | background-color: rgb(0,0,0); | 144 | background-color: #181411; |
| 145 | } | 145 | } |
| 146 | 146 | ||
