aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorEinar Egilsson <einar@einaregilsson.com>2019-12-12 15:06:56 +0000
committerEinar Egilsson <einar@einaregilsson.com>2019-12-12 15:06:56 +0000
commit8ca4e7c6f7b9465b8dafdf8798bf609f9764ea0e (patch)
tree201383674a4804372b3db6fc9080af9bfb4656a7 /css
parentf118bd6bc5752d2e35fd6ca4dd1723607b33454a (diff)
Added HistoryState type redirect
Diffstat (limited to 'css')
-rw-r--r--css/popup.css13
1 files changed, 12 insertions, 1 deletions
diff --git a/css/popup.css b/css/popup.css
index 4f85357..c8556d8 100644
--- a/css/popup.css
+++ b/css/popup.css
@@ -48,6 +48,17 @@ label {
}
}
+button {
+ border: solid 1px #aaa !important;
+ color: #333;
+ height: 20px;
+ border-radius: 3px;
+}
+
+label span {
+ position: relative;
+ top: 1px;
+}
@media (prefers-color-scheme: dark) {
@@ -75,6 +86,6 @@ label {
button {
background-color: rgb(32,33,36) !important;
border: solid 1px #777 !important;
- color: #eee;
+ color: #ddd;
}
}