Преглед изворни кода

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

Gildas пре 6 година
родитељ
комит
fe6984a641
1 измењених фајлова са 2 додато и 2 уклоњено
  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 {