mirror of https://github.com/gorhill/uBlock.git
just renaming using natural resolution
This commit is contained in:
parent
34485a0465
commit
c8a48910d3
|
@ -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 */
|
||||
|
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
Loading…
Reference in New Issue