diff options
author | gorhill <rhill@raymondhill.net> | 2015-04-17 07:54:36 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-04-17 07:54:36 -0400 |
commit | 271a2ed603b2852811cba3b61746991bf32a04b4 (patch) | |
tree | 170744e781d484cfa301401eb85ea6e91039afc4 /src/css | |
parent | dbb93ae716eb8ff3e54dc7e20d0ca2394a54c67b (diff) | |
download | uBlock-271a2ed603b2852811cba3b61746991bf32a04b4.zip uBlock-271a2ed603b2852811cba3b61746991bf32a04b4.tar.gz uBlock-271a2ed603b2852811cba3b61746991bf32a04b4.tar.bz2 |
fine tuning css for title bar
Diffstat (limited to 'src/css')
-rw-r--r-- | src/css/popup.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/css/popup.css b/src/css/popup.css index be63901..1ffcd66 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -30,16 +30,16 @@ a { #gotoPrefs { background-color: #444; border: 0; - color: white; + color: #bbb; cursor: pointer; display: block; font-size: 12px; + line-height: 12px; margin: 0; - padding: 2px; + padding: 3px 0; text-align: center; } #version { - color: #ddd; font-size: 10px; font-weight: normal; margin-left: 1em; |