about summary refs log tree commit diff stats
path: root/pages/styles.css
diff options
context:
space:
mode:
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: '';