elbaitemoon

Elbaite theme for Pale Moon
Log | Files | Refs

commit 92614608ba9c4d50f771fd901abb803c97515ca8
parent a6cc332163055247d6bf9c16e992e538e57588d7
Author: Lootyhoof <lootyhoofer@gmail.com>
Date:   Mon, 25 Jun 2018 22:23:30 +0100

Fix findbar in PM28

Diffstat:
Msrc/chrome/global/findBar.css | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/chrome/global/findBar.css b/src/chrome/global/findBar.css @@ -11,6 +11,7 @@ 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;