1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

fine tuning css for title bar

This commit is contained in:
gorhill 2015-04-17 07:54:36 -04:00
parent dbb93ae716
commit 271a2ed603

View File

@ -30,16 +30,16 @@ a {
#gotoPrefs { #gotoPrefs {
background-color: #444; background-color: #444;
border: 0; border: 0;
color: white; color: #bbb;
cursor: pointer; cursor: pointer;
display: block; display: block;
font-size: 12px; font-size: 12px;
line-height: 12px;
margin: 0; margin: 0;
padding: 2px; padding: 3px 0;
text-align: center; text-align: center;
} }
#version { #version {
color: #ddd;
font-size: 10px; font-size: 10px;
font-weight: normal; font-weight: normal;
margin-left: 1em; margin-left: 1em;