elbaitemoon

Elbaite theme for Pale Moon
Log | Files | Refs

commit 1b955be234dcebcc386a71e3f20cfbaaba255696
parent 7572a0872f54663a544363a1e51d19b0bb644d2c
Author: Lootyhoof <lootyhoofer@gmail.com>
Date:   Mon, 27 Jun 2016 21:23:28 +0100

Darken statusbar

Diffstat:
Msrc/chrome/global/global.css | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/chrome/global/global.css b/src/chrome/global/global.css @@ -86,17 +86,17 @@ iframe { /* ::::: statusbar ::::: */ statusbar { - -moz-appearance: statusbar; + -moz-appearance: none; border-top: 1px solid rgb(50,50,50); border-left: 1px solid rgb(50,50,50); border-right: 1px solid rgb(50,50,50); border-bottom: 1px solid rgb(50,50,50); - background-color: #F7F7F7; + background-color: rgb(43,43,43); min-height: 22px; } statusbarpanel { - -moz-appearance: statusbarpanel; + -moz-appearance: none; -moz-box-align: center; -moz-box-pack: center; border-left: 1px solid rgb(50,50,50);