diff options
| author | Servail <45024837+Servail@users.noreply.github.com> | 2019-07-09 16:39:13 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-09 16:39:13 +0300 |
| commit | eac0443579c6951a4907c8e054a0f0c2871a7926 (patch) | |
| tree | 7a90f6dd0b0b8744244f2ac0c55e495e11cd4679 /src/chrome/os/winnt/popup.css | |
| parent | 743d4ed442ca4f1c7db25167700f233a55bcfffc (diff) | |
Update popup.css
Diffstat (limited to 'src/chrome/os/winnt/popup.css')
| -rw-r--r-- | src/chrome/os/winnt/popup.css | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/chrome/os/winnt/popup.css b/src/chrome/os/winnt/popup.css index 8966efd..606972f 100644 --- a/src/chrome/os/winnt/popup.css +++ b/src/chrome/os/winnt/popup.css | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | 6 | ||
| 7 | /* ::::: Variables ::::: */ | 7 | /* ::::: Variables ::::: */ |
| 8 | .panel-arrowcontent { | 8 | .panel-arrowcontent { |
| 9 | --panel-arrowcontent-background: rgb(50,50,50); | 9 | --panel-arrowcontent-background: rgb(0,0,0); |
| 10 | --panel-arrowcontent-color: #fff; | 10 | --panel-arrowcontent-color: #fff; |
| 11 | --panel-arrowcontent-border: 1px solid rgb(75,75,75); | 11 | --panel-arrowcontent-border: 1px solid rgb(75,75,75); |
| 12 | } | 12 | } |
| @@ -22,7 +22,7 @@ panel { | |||
| 22 | -moz-border-bottom-colors: rgb(23,23,23); | 22 | -moz-border-bottom-colors: rgb(23,23,23); |
| 23 | padding: 0px; | 23 | padding: 0px; |
| 24 | min-width: 1px; | 24 | min-width: 1px; |
| 25 | background: rgb(43,43,43); | 25 | background: rgb(0,0,0); |
| 26 | color: #fff; | 26 | color: #fff; |
| 27 | } | 27 | } |
| 28 | 28 | ||
| @@ -115,10 +115,10 @@ panel[type="arrow"][side="right"] { | |||
| 115 | tooltip { | 115 | tooltip { |
| 116 | -moz-appearance: none; | 116 | -moz-appearance: none; |
| 117 | margin-top: 21px; | 117 | margin-top: 21px; |
| 118 | border: 1px solid rgb(75,75,75); | 118 | border: 1px solid rgb(64,64,64); |
| 119 | padding: 2px 3px; | 119 | padding: 2px 3px; |
| 120 | max-width: 40em; | 120 | max-width: 40em; |
| 121 | background-color: rgb(110,110,110); | 121 | background-color: rgb(1,1,1); |
| 122 | color: #fff; | 122 | color: #fff; |
| 123 | font: message-box; | 123 | font: message-box; |
| 124 | } | 124 | } |
| @@ -135,12 +135,12 @@ tooltip[titletip="true"] { | |||
| 135 | menulist > menupopup { | 135 | menulist > menupopup { |
| 136 | -moz-appearance: none; | 136 | -moz-appearance: none; |
| 137 | border-width: 1px; | 137 | border-width: 1px; |
| 138 | -moz-border-top-colors: rgb(75,75,75); | 138 | -moz-border-top-colors: rgb(64,64,64); |
| 139 | -moz-border-right-colors: rgb(75,75,75); | 139 | -moz-border-right-colors: rgb(64,64,64); |
| 140 | -moz-border-bottom-colors: rgb(75,75,75); | 140 | -moz-border-bottom-colors: rgb(64,64,64); |
| 141 | -moz-border-left-colors: rgb(75,75,75); | 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(50,50,50); | 144 | background-color: rgb(0,0,0); |
| 145 | } | 145 | } |
| 146 | 146 | ||
