mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 17:17:57 +01:00
fine tuning css for title bar
This commit is contained in:
parent
dbb93ae716
commit
271a2ed603
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue