elbaitemoon

Elbaite theme for Pale Moon
Log | Files | Refs

commit 9b76c9611836aa671b4a1f815d305b9d4344a32a
parent fead6fe405d143db38f9e2e273c68e59f38afd48
Author: Lootyhoof <lootyhoofer@gmail.com>
Date:   Fri, 13 Jul 2018 23:16:23 +0100

Add tabbrowser findbar styling

Diffstat:
Msrc/chrome/browser/browser.css | 6++++++
Msrc/chrome/global/findBar.css | 1-
2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/chrome/browser/browser.css b/src/chrome/browser/browser.css @@ -1265,6 +1265,12 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- color: #fff; } +.browserContainer > findbar { + background-color: rgb(43,43,43); + color: #fff; + text-shadow: none; +} + /* ::::: throbber ::::: */ #navigator-throbber { diff --git a/src/chrome/global/findBar.css b/src/chrome/global/findBar.css @@ -11,7 +11,6 @@ findbar { padding: 4px 2px; box-shadow: 0 1px 1px rgba(0,0,0,.1) inset; - background-color: rgb(43,43,43); background-image: linear-gradient(rgba(0,0,0,.15) 1px, rgba(255,255,255,.15) 1px); background-size: 100% 2px; background-repeat: no-repeat;