summaryrefslogtreecommitdiff
path: root/src/chrome/browser/browser.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/chrome/browser/browser.css')
-rw-r--r--src/chrome/browser/browser.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/chrome/browser/browser.css b/src/chrome/browser/browser.css
index d0fe179..483e076 100644
--- a/src/chrome/browser/browser.css
+++ b/src/chrome/browser/browser.css
@@ -1430,7 +1430,11 @@ 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: 1;
1434}
1435
1436.tab-close-button:hover {
1437 opacity: 1;
1434} 1438}
1435 1439
1436.tab-close-button[selected] { 1440.tab-close-button[selected] {
@@ -1440,10 +1444,6 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
1440 opacity: 1; 1444 opacity: 1;
1441} 1445}
1442 1446
1443.tab-close-button:hover {
1444 opacity: 0.5;
1445}
1446
1447.tabbrowser-tab:not([pinned]):not(:hover) .tab-close-button { 1447.tabbrowser-tab:not([pinned]):not(:hover) .tab-close-button {
1448 visibility: collapse !important; 1448 visibility: collapse !important;
1449} 1449}
@@ -1461,7 +1461,7 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
1461} 1461}
1462 1462
1463.tab-close-button:not([selected]):not(:hover):not(:active) { 1463.tab-close-button:not([selected]):not(:hover):not(:active) {
1464 opacity: 0; 1464 opacity: 1;
1465} 1465}
1466 1466
1467.tab-close-button:focus { 1467.tab-close-button:focus {