Ver código fonte

minor CSS fixes

Former-commit-id: dc5f00447aca4d3c8f55e6ede6b59ab2ce1b749a
Gildas 6 anos atrás
pai
commit
d38bb6e365
1 arquivos alterados com 14 adições e 2 exclusões
  1. 14 2
      extension/ui/pages/options.css

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

@@ -37,7 +37,7 @@ input[type=text] {
 }
 
 input[type=checkbox] {
-    margin-bottom: 0;
+    margin-bottom: 1px;
 }
 
 button:active {
@@ -359,6 +359,7 @@ a {
     padding-top: 24px;
     padding-right: 12px;
     padding-bottom: 12px;
+    padding-left: 12px;
 }
 
 #expandAllButton {
@@ -499,7 +500,10 @@ html.maximized {
         color: #ccc;
     }
 
-    html,
+    html {
+        background-color: #202023;
+    }
+
     html.maximized {
         background-color: #373737;
     }
@@ -572,4 +576,12 @@ html.maximized {
         color: white;
     }
 
+    .popup {
+        background-color: rgba(59, 59, 59, 0.95);
+    }
+
+    .popup-content {
+        box-shadow: 5px 5px #000000;
+    }
+
 }