Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make popup action menu and options modal dark themed #21

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 22 additions & 3 deletions stylus-dark.user.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* ==UserStyle==
@name Stylus Dark
@version 1.3.4
@version 1.3.5
@description Dark Stylus theme based on ShadowFox
@namespace https://github.com/overdodactyl/Stylus-Dark
@author overdodactyl
Expand All @@ -11,6 +11,7 @@
==/UserStyle== */
@-moz-document regexp("chrome-extension://.*"),
regexp("moz-extension://.*") {
body#stylus-options #options,
#notes,
body {
background: #38383d!important;
Expand Down Expand Up @@ -68,7 +69,7 @@ regexp("moz-extension://.*") {
input:not(.slider) {
background-color: #38383d!important;
color: silver!important;
border: 1px solid #4a4a4f!important
border: 1px solid #747477!important
}
.filter-selection select {
background-color: transparent!important;
Expand Down Expand Up @@ -251,7 +252,7 @@ regexp("moz-extension://.*") {
color: #fff!important
}
select {
color: silver
color: silver!important
}
optgroup,
option {
Expand All @@ -260,4 +261,22 @@ regexp("moz-extension://.*") {
#confirm > div {
background-color: #4a4a4f
}
.menu-items-wrapper {
background-color: #4a4a4f;
}
#options-title {
background: unset;
}
input[type="radio"]:checked:after {
background-color: #d7d7db;
}
.onoffswitch input + span {
background-color: #2a2a2e !important;
}
[disabled] {
opacity: 50%;
}
button[disabled]:hover {
color: unset !important;
}
}