elbaitemoon

Elbaite theme for Pale Moon
Log | Files | Refs

commit 607fd74be8a42db46e80ba1781c044dacb3f29a5
parent e0a3f2be324de56689e7504cfe7fca547e0c5db6
Author: Servail <45024837+Servail@users.noreply.github.com>
Date:   Tue,  9 Jul 2019 16:22:29 +0300

Update xpinstallConfirm.css
Diffstat:
Msrc/chrome/mozapps/xpinstall/xpinstallConfirm.css | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/chrome/mozapps/xpinstall/xpinstallConfirm.css b/src/chrome/mozapps/xpinstall/xpinstallConfirm.css @@ -10,8 +10,8 @@ -moz-appearance: none; margin: 3px 4px 10px 4px; height: 14em; - border: 1px solid rgb(75,75,75); - background-color: rgb(50,50,50); + border: 1px solid rgb(64,64,64); + background-color: rgb(0,0,0); color: #fff; } @@ -28,7 +28,7 @@ installitem { padding-bottom: 5px; padding-inline-start: 5px; padding-inline-end: 0; - border-bottom: 1px dotted rgb(75,75,75); + border-bottom: 1px dotted rgb(64,64,64); margin-bottom: 5px; } @@ -64,7 +64,7 @@ installitem { -moz-appearance: none; border: none; padding: 0; - background-color: rgb(50,50,50); + background-color: rgb(0,0,0); color: #fff; margin-top: 1px; margin-bottom: 1px;