elbaitemoon

Elbaite theme for Pale Moon
Log | Files | Refs

commit ff98dd38751ac6f6e9c9f46835cb1cbd95d278b4
parent 996a105c558c475d9f9bec7d3ffcb576200b0dba
Author: Servail <45024837+Servail@users.noreply.github.com>
Date:   Tue,  9 Jul 2019 15:42:50 +0300

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

diff --git a/src/chrome/global/narrate.css b/src/chrome/global/narrate.css @@ -15,7 +15,7 @@ body.sepia .narrating { } body.dark .narrating { - background-color: #242424; + background-color: #000000; } .narrate-word-highlight { @@ -62,7 +62,7 @@ body.dark .narrate-word-highlight { } .narrate-dropdown > .dropdown-popup button:hover:not(:disabled) { - background-color: #eaeaea; + background-color: #000000; } .narrate-row { @@ -158,7 +158,7 @@ body.dark .narrate-word-highlight { } .narrate-rate-input::-moz-range-thumb { - background-color: #808080; + background-color: #000000; height: 16px; width: 16px; border-radius: 8px; @@ -208,7 +208,7 @@ body.dark .narrate-word-highlight { } .voiceselect > .options:not(.hovering) > button.option:focus { - background-color: #eaeaea; + background-color: #000000; } .voiceselect > .options:not(.hovering) > button.option:hover:not(:focus) { @@ -236,4 +236,4 @@ body.dark .narrate-word-highlight { .voiceselect:not(.open) > button, .voiceselect .option:last-child { border-radius: 0 0 3px 3px; -} -\ No newline at end of file +}