Quellcode durchsuchen

bigger help buttons

Gildas vor 6 Jahren
Ursprung
Commit
b975c000e7
1 geänderte Dateien mit 6 neuen und 2 gelöschten Zeilen
  1. 6 2
      extension/ui/pages/options.css

+ 6 - 2
extension/ui/pages/options.css

@@ -31,6 +31,10 @@ input[type=text] {
     border-width: 1px;
 }
 
+input[type=checkbox] {
+    margin-bottom: 0;
+}
+
 button:active {
     border-color: rgb(237, 237, 237);
 }
@@ -94,10 +98,10 @@ h3 a {
     border-radius: 50%;
     border: 1px black solid;
     opacity: .2;
-    width: 10px;
+    width: 12px;
     margin-left: 8px;
     position: relative;
-    top: 2px;
+    top: 3px;
     transition: opacity;
     transition-duration: 200ms;
     cursor: pointer;