diff options
-rw-r--r-- | css/popup.css | 1 | ||||
-rw-r--r-- | css/redirector.css | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/css/popup.css b/css/popup.css index 0d774aa..4f85357 100644 --- a/css/popup.css +++ b/css/popup.css @@ -71,6 +71,7 @@ label { .disabled span { color: rgb(252,87,84); } + button { background-color: rgb(32,33,36) !important; border: solid 1px #777 !important; diff --git a/css/redirector.css b/css/redirector.css index f727dc4..4a8993a 100644 --- a/css/redirector.css +++ b/css/redirector.css @@ -561,7 +561,7 @@ footer small a:hover { color: rgb(138,179,241); } - [data-bind="description"] { + .redirect-row [data-bind="description"] { color: #eee; } @@ -569,7 +569,7 @@ footer small a:hover { color:#555 !important; } - #edit-redirect-form { + #edit-redirect-form, #delete-redirect-form { background:rgb(41,42,45); border: solid 1px #888; } @@ -582,7 +582,7 @@ footer small a:hover { color: #eee; } - #edit-redirect-form label { + #edit-redirect-form label, #delete-redirect-form label { color: white; font-weight: normal; } |