Fixed #931
This commit is contained in:
parent
ae9f58072a
commit
56537e75fd
1 changed files with 9 additions and 1 deletions
|
@ -6,7 +6,15 @@
|
|||
.autoscroller {
|
||||
--panel-background: transparent !important;
|
||||
--panel-border-color: transparent !important;
|
||||
background-image: url("chrome://global/skin/icons/autoscroll.svg") !important;
|
||||
background: #fff url('chrome://global/skin/icons/autoscroll.svg') no-repeat center !important;
|
||||
border-radius: 50% !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
.autoscroller[scrolldir='NS'] {
|
||||
background-image: url('chrome://global/skin/icons/autoscroll-vertical.svg') !important;
|
||||
}
|
||||
.autoscroller[scrolldir='EW'] {
|
||||
background-image: url('chrome://global/skin/icons/autoscroll-horizontal.svg') !important;
|
||||
}
|
||||
|
||||
/* Built-in firefox icons color */
|
||||
|
|
Loading…
Reference in a new issue