From 37dbda191136ed3954469a77333d3adeee5375d7 Mon Sep 17 00:00:00 2001 From: Servail Date: Sun, 8 Sep 2019 03:35:58 +0400 Subject: Update browser.css --- src/chrome/browser/browser.css | 12 ++++++------ 1 file 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- -moz-appearance: none; border: none; padding: 0px; - opacity: 0; + opacity: 1; +} + +.tab-close-button:hover { + opacity: 1; } .tab-close-button[selected] { @@ -1440,10 +1444,6 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- opacity: 1; } -.tab-close-button:hover { - opacity: 0.5; -} - .tabbrowser-tab:not([pinned]):not(:hover) .tab-close-button { visibility: collapse !important; } @@ -1461,7 +1461,7 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- } .tab-close-button:not([selected]):not(:hover):not(:active) { - opacity: 0; + opacity: 1; } .tab-close-button:focus { -- cgit v1.2.3