summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorServail <servail.mir@users.noreply.github.com>2019-09-08 03:35:58 +0400
committerServail <servail.mir@users.noreply.github.com>2019-09-08 03:35:58 +0400
commit37dbda191136ed3954469a77333d3adeee5375d7 (patch)
tree8570a7567f4cb29d421ce70d359536d991508146
parentb0ef16b9f169ce0fcc5a00793dd86cecfdb2168f (diff)
Update 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 {