diff options
author | Simon Brazell <simon.brazell@gmail.com> | 2019-10-07 22:59:31 +1100 |
---|---|---|
committer | Simon Brazell <simon.brazell@gmail.com> | 2019-10-07 22:59:31 +1100 |
commit | 7249afb8ed86690f9ab7ce0b4bdd604f2c41c291 (patch) | |
tree | d495be3bdbe5d580253eecc1e4c4ebdeb876ddde /pages/styles.css | |
parent | Add popup & options pages (diff) | |
download | libredirect-7249afb8ed86690f9ab7ce0b4bdd604f2c41c291.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: ''; |