diff options
Diffstat (limited to 'src/chrome')
| -rw-r--r-- | src/chrome/browser/browser.css | 4 | ||||
| -rw-r--r-- | src/chrome/os/darwin/menu.css | 2 | ||||
| -rw-r--r-- | src/chrome/os/linux/menu.css | 2 | ||||
| -rw-r--r-- | src/chrome/os/winnt/menu.css | 6 |
4 files changed, 7 insertions, 7 deletions
diff --git a/src/chrome/browser/browser.css b/src/chrome/browser/browser.css index 33fd601..0178132 100644 --- a/src/chrome/browser/browser.css +++ b/src/chrome/browser/browser.css | |||
| @@ -1430,7 +1430,7 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- | |||
| 1430 | -moz-appearance: none; | 1430 | -moz-appearance: none; |
| 1431 | border: none; | 1431 | border: none; |
| 1432 | padding: 0px; | 1432 | padding: 0px; |
| 1433 | opacity: 0; | 1433 | opacity: 0.25; |
| 1434 | } | 1434 | } |
| 1435 | 1435 | ||
| 1436 | .tab-close-button:hover { | 1436 | .tab-close-button:hover { |
| @@ -1446,7 +1446,7 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- | |||
| 1446 | } | 1446 | } |
| 1447 | 1447 | ||
| 1448 | .tab-close-button:not([selected]):not(:hover):not(:active) { | 1448 | .tab-close-button:not([selected]):not(:hover):not(:active) { |
| 1449 | opacity: 0; | 1449 | opacity: 0.25; |
| 1450 | } | 1450 | } |
| 1451 | 1451 | ||
| 1452 | .tab-close-button:focus { | 1452 | .tab-close-button:focus { |
diff --git a/src/chrome/os/darwin/menu.css b/src/chrome/os/darwin/menu.css index 216ef7c..2f6c4a3 100644 --- a/src/chrome/os/darwin/menu.css +++ b/src/chrome/os/darwin/menu.css | |||
| @@ -145,7 +145,7 @@ menupopup > menucaption { | |||
| 145 | menu[_moz-menuactive="true"], | 145 | menu[_moz-menuactive="true"], |
| 146 | menuitem[_moz-menuactive="true"] { | 146 | menuitem[_moz-menuactive="true"] { |
| 147 | color: #fff; | 147 | color: #fff; |
| 148 | background-color: rgb(0,0,0); | 148 | background-color: rgb(64,64,64); |
| 149 | } | 149 | } |
| 150 | 150 | ||
| 151 | /* ::::: menu/menuitems in menulist popups ::::: */ | 151 | /* ::::: menu/menuitems in menulist popups ::::: */ |
diff --git a/src/chrome/os/linux/menu.css b/src/chrome/os/linux/menu.css index da86394..bed4979 100644 --- a/src/chrome/os/linux/menu.css +++ b/src/chrome/os/linux/menu.css | |||
| @@ -30,7 +30,7 @@ menu[_moz-menuactive="true"], | |||
| 30 | menuitem[_moz-menuactive="true"], | 30 | menuitem[_moz-menuactive="true"], |
| 31 | .splitmenu-menuitem[_moz-menuactive="true"] { | 31 | .splitmenu-menuitem[_moz-menuactive="true"] { |
| 32 | color: #fff; | 32 | color: #fff; |
| 33 | background-color: rgb(0,0,0); | 33 | background-color: rgb(64,64,64); |
| 34 | } | 34 | } |
| 35 | 35 | ||
| 36 | menu[disabled="true"], | 36 | menu[disabled="true"], |
diff --git a/src/chrome/os/winnt/menu.css b/src/chrome/os/winnt/menu.css index 67f7497..5970404 100644 --- a/src/chrome/os/winnt/menu.css +++ b/src/chrome/os/winnt/menu.css | |||
| @@ -135,7 +135,7 @@ menubar > menu:-moz-lwtheme:not([disabled="true"]) { | |||
| 135 | } | 135 | } |
| 136 | 136 | ||
| 137 | menubar > menu:-moz-lwtheme[_moz-menuactive="true"]:not([disabled="true"]) { | 137 | menubar > menu:-moz-lwtheme[_moz-menuactive="true"]:not([disabled="true"]) { |
| 138 | background-color: rgb(1,1,1); | 138 | background-color: rgb(64,64,64); |
| 139 | color: #fff !important; | 139 | color: #fff !important; |
| 140 | text-shadow: none; | 140 | text-shadow: none; |
| 141 | } | 141 | } |
| @@ -166,7 +166,7 @@ menupopup > menucaption { | |||
| 166 | menu[_moz-menuactive="true"], | 166 | menu[_moz-menuactive="true"], |
| 167 | menuitem[_moz-menuactive="true"], | 167 | menuitem[_moz-menuactive="true"], |
| 168 | .splitmenu-menuitem[_moz-menuactive="true"] { | 168 | .splitmenu-menuitem[_moz-menuactive="true"] { |
| 169 | background-color: rgb(1,1,1) !important; | 169 | background-color: rgb(64,64,64) !important; |
| 170 | color: #fff !important; | 170 | color: #fff !important; |
| 171 | } | 171 | } |
| 172 | 172 | ||
| @@ -199,7 +199,7 @@ menulist > menupopup > menu > label { | |||
| 199 | 199 | ||
| 200 | menulist:-moz-focusring > menupopup > menuitem[_moz-menuactive="true"] { | 200 | menulist:-moz-focusring > menupopup > menuitem[_moz-menuactive="true"] { |
| 201 | border: 1px dotted rgb(64,64,64); | 201 | border: 1px dotted rgb(64,64,64); |
| 202 | background-color: rgb(1,1,1); | 202 | background-color: rgb(64,64,64); |
| 203 | color: #fff; | 203 | color: #fff; |
| 204 | } | 204 | } |
| 205 | 205 | ||
