mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
this fixes #375
This commit is contained in:
parent
dc16a5c673
commit
1ba3142fdf
@ -61,6 +61,10 @@ tr.requestEntry td:nth-of-type(1) {
|
|||||||
tr.requestEntry td:nth-of-type(2) {
|
tr.requestEntry td:nth-of-type(2) {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
tr.requestEntry td:nth-of-type(3),
|
||||||
|
tr.requestEntry td:nth-of-type(4) {
|
||||||
|
direction: ltr;
|
||||||
|
}
|
||||||
tr.logBlocked {
|
tr.logBlocked {
|
||||||
background-color: #fff8f8;
|
background-color: #fff8f8;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user