소스 검색

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 {