aboutsummaryrefslogtreecommitdiffstats
path: root/pages
diff options
context:
space:
mode:
authorSimonBrazell <simon@brazell.com.au>2020-04-02 13:26:18 +1100
committerSimonBrazell <simon@brazell.com.au>2020-04-03 22:26:59 +1100
commit4d02035847206d8dfc52bf2c52956ae9ebae0c07 (patch)
tree6db6c806a6658cccc7f6edbe84a42a328bdd1bc8 /pages
parentFixed 'View on ...' links for Invidious & Bibliogram (diff)
downloadlibredirect-4d02035847206d8dfc52bf2c52956ae9ebae0c07.zip
Address GTK theme issue causing popup issues on Manjaro Linux
Diffstat (limited to 'pages')
-rw-r--r--pages/styles.css14
1 files changed, 10 insertions, 4 deletions
diff --git a/pages/styles.css b/pages/styles.css
index 003c32e5..822182d4 100644
--- a/pages/styles.css
+++ b/pages/styles.css
@@ -13,14 +13,23 @@ body {
color: var(--text-secondary);
margin: 0;
background-color: var(--dark-grey);
+ max-width: 400px;
+ margin: auto;
}
+
+
.popup {
- max-width: 400px;
min-width: 300px;
overflow: hidden;
}
+input {
+ appearance: none;
+ -moz-appearance: none;
+ -webkit-appearance: none;
+}
+
header {
background-color: var(--white);
color: var(--text-secondary);
@@ -96,9 +105,6 @@ input[type=url] {
input[type=checkbox] {
opacity: 0;
- -moz-appearance: none;
- -webkit-appearance: none;
- appearance: none;
}
.checkbox-label {