Przeglądaj źródła

bigger help buttons

Gildas 6 lat temu
rodzic
commit
b975c000e7
1 zmienionych plików z 6 dodań i 2 usunięć
  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;