mirror of https://github.com/gorhill/uBlock.git
minor visual fine tuning to popup panel header
This commit is contained in:
parent
5dca5285e2
commit
f4138fbff5
|
@ -33,18 +33,14 @@ a {
|
|||
align-items: flex-end;
|
||||
background-color: #444;
|
||||
border: 0;
|
||||
color: #ccc;
|
||||
color: #bbb;
|
||||
display: flex;
|
||||
font-size: 80%;
|
||||
font-size: smaller;
|
||||
justify-content: center;
|
||||
margin: 0;
|
||||
padding: 1px 0;
|
||||
width: 100%;
|
||||
}
|
||||
#version {
|
||||
font-size: 90%;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
#panes {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue