1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 15:32:28 +02:00

no need for round corners in low-res mode

This commit is contained in:
gorhill 2015-03-20 16:24:50 -04:00
parent 12d2ab526f
commit 36617ba3f5

View File

@ -72,6 +72,7 @@ iframe {
display: none; display: none;
} }
.tabButton { .tabButton {
border-radius: 0;
border-top: 0; border-top: 0;
display: block; display: block;
} }