1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00

just renaming using natural resolution

This commit is contained in:
gorhill 2015-06-17 13:56:10 -04:00
parent 34485a0465
commit c8a48910d3
3 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
#uBlock0-legacy-button {
list-style-image: url('../img/browsericons/icon-large.svg');
list-style-image: url('../img/browsericons/icon24.svg');
}
#uBlock0-legacy-button.off {
list-style-image: url('../img/browsericons/icon-large-off.svg');
list-style-image: url('../img/browsericons/icon24-off.svg');
}
toolbar[iconsize="small"] #uBlock0-legacy-button {
@ -30,7 +30,7 @@ toolbar[iconsize="small"] #uBlock0-legacy-button.off {
/* Override off state when in palette */
toolbarpaletteitem #uBlock0-legacy-button.off {
list-style-image: url('../img/browsericons/icon-large.svg');
list-style-image: url('../img/browsericons/icon24.svg');
}
/* Override badge when in palette */

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB