Explorar el Código

increased line-height and use a lighter bg color in help tooltips

Gildas hace 6 años
padre
commit
fe6984a641
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      extension/ui/pages/options.css

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

@@ -114,8 +114,8 @@ h3 a {
     border: 1px #bfbfbf dotted;
     border-radius: 4px;
     padding: 2px;
-    background-color: #fffcc1;
-    line-height: 1.4em;
+    background-color: #fffdde;
+    line-height: 1.6em;
 }
 
 .help-content img {