mirror of https://github.com/gorhill/uBlock.git
fine tuning visual
This commit is contained in:
parent
ea14c3f266
commit
9729b0e1bf
|
@ -39,8 +39,12 @@ td, th {
|
||||||
td:nth-of-type(2) {
|
td:nth-of-type(2) {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
td:nth-of-type(3) {
|
||||||
|
color: #444;
|
||||||
|
}
|
||||||
td:nth-of-type(3) b {
|
td:nth-of-type(3) b {
|
||||||
padding: 2px 0;
|
padding: 2px 0;
|
||||||
|
color: #000;
|
||||||
background-color: #ff8;
|
background-color: #ff8;
|
||||||
}
|
}
|
||||||
#blockedRequests {
|
#blockedRequests {
|
||||||
|
|
Loading…
Reference in New Issue