elbaitemoon

Elbaite theme for Pale Moon
Log | Files | Refs

commit 37dbda191136ed3954469a77333d3adeee5375d7
parent b0ef16b9f169ce0fcc5a00793dd86cecfdb2168f
Author: Servail <servail.mir@users.noreply.github.com>
Date:   Sun,  8 Sep 2019 03:35:58 +0400

Update browser.css

Diffstat:
Msrc/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 @@ -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 {