diff options
author | hackademix | 2019-03-27 23:43:34 +0100 |
---|---|---|
committer | hackademix | 2019-03-27 23:43:34 +0100 |
commit | b9373c65b112342a519cb932fdebfd68a3cd174d (patch) | |
tree | c7da79232c02645389ae00d3ddbc59c0919ae0be /src/ui/ui.css | |
parent | d77df5c9e433a2e08f1e66ded36beca5e17deff3 (diff) | |
parent | 0878ad2b0a0d3af5db66cc6a4f7d882e17a13365 (diff) | |
download | noscript-b9373c65b112342a519cb932fdebfd68a3cd174d.tar.gz noscript-b9373c65b112342a519cb932fdebfd68a3cd174d.tar.xz noscript-b9373c65b112342a519cb932fdebfd68a3cd174d.zip |
Merge branch 'chromium' into merge/chromium
Diffstat (limited to 'src/ui/ui.css')
-rw-r--r-- | src/ui/ui.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ui/ui.css b/src/ui/ui.css index f59646a..1d40030 100644 --- a/src/ui/ui.css +++ b/src/ui/ui.css @@ -3,6 +3,7 @@ body { font-family: sans-serif; font: -moz-use-system-font; font-size: 12px; + min-width: 600px; } .mobile > body { @@ -139,6 +140,8 @@ input[type="checkbox"] { input.https-only { font-size: 1em; + appearance: none; + -webkit-appearance: none; -moz-appearance: none; background: url(/img/ui-http64.png) no-repeat center; background-size: 1.5em; @@ -186,6 +189,8 @@ span.preset { .presets input.preset { font-size: 1em; + appearance: none; + -webkit-appearance: none; -moz-appearance: none; background: url(/img/ui-no64.png) no-repeat center left; background-size: 1.5em; @@ -264,6 +269,8 @@ input.preset:active, input.preset:focus, input.preset:hover { } button.options { + appearance: none; + -webkit-appearance: none; -moz-appearance: none; border: none; background: none transparent; @@ -276,6 +283,8 @@ button.options { } .preset .options { + appearance: none; + -webkit-appearance: none; -moz-appearance: none; border: 0; @@ -315,6 +324,8 @@ input.preset[value="CUSTOM"] { input.temp { font-size: 1em; + appearance: none; + -webkit-appearance: none; -moz-appearance: none; margin: 0; padding: 0; |