mirror of https://github.com/gorhill/uBlock.git
Minor CSS fine tuning in logger
This commit is contained in:
parent
c95088f001
commit
cfd8d144d0
|
@ -319,7 +319,7 @@ body[dir="rtl"] #vwRenderer .logEntry > div > span:first-child {
|
||||||
text-decoration: line-through rgba(0,0,255,0.7);
|
text-decoration: line-through rgba(0,0,255,0.7);
|
||||||
}
|
}
|
||||||
#vwRenderer .logEntry > div > span:nth-of-type(3) {
|
#vwRenderer .logEntry > div > span:nth-of-type(3) {
|
||||||
font: 12px monospace;
|
font-family: monospace;
|
||||||
padding-left: 0.3em;
|
padding-left: 0.3em;
|
||||||
padding-right: 0.3em;
|
padding-right: 0.3em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Reference in New Issue