1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 18:19:38 +02:00
This commit is contained in:
Raymond Hill 2014-11-24 11:56:45 -02:00
parent dc16a5c673
commit 1ba3142fdf

View File

@ -61,6 +61,10 @@ tr.requestEntry td:nth-of-type(1) {
tr.requestEntry td:nth-of-type(2) {
text-align: right;
}
tr.requestEntry td:nth-of-type(3),
tr.requestEntry td:nth-of-type(4) {
direction: ltr;
}
tr.logBlocked {
background-color: #fff8f8;
}