diff options
author | SimonBrazell <simon@brazell.com.au> | 2019-10-07 22:59:31 +1100 |
---|---|---|
committer | SimonBrazell <simon@brazell.com.au> | 2019-10-07 22:59:31 +1100 |
commit | 3a09cf6a0df53b4450637f16d4af2bc98ccf0c8a (patch) | |
tree | d495be3bdbe5d580253eecc1e4c4ebdeb876ddde /pages/styles.css | |
parent | Add popup & options pages (diff) | |
download | libredirect-3a09cf6a0df53b4450637f16d4af2bc98ccf0c8a.zip |
Complete options & popup menus
Diffstat (limited to '')
-rw-r--r-- | pages/styles.css (renamed from pages/popup/popup.css) | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/pages/popup/popup.css b/pages/styles.css index eebab8e3..5a233524 100644 --- a/pages/popup/popup.css +++ b/pages/styles.css @@ -73,11 +73,17 @@ footer a.button { } /* Elements */ + +input[type=url] { + width: 100%; + margin-bottom: 5px; +} + input[type=checkbox] { opacity: 0; } -label { +.checkbox-label { background: grey; border-radius: 25px; color: var(--text-main); @@ -91,7 +97,7 @@ label { width: 50px; } -label:after { +.checkbox-label:after { background: #fff; border-radius: 90px; content: ''; |