replace the image source for fake dropdown arrow

This commit is contained in:
MrOtherGuy 2021-07-26 08:48:34 +03:00
parent 4171cf0332
commit a279d575f9

View file

@ -12,7 +12,7 @@ See the above repository for updates as well as full license text. */
fill: var(--lwt-toolbar-field-color, black); fill: var(--lwt-toolbar-field-color, black);
fill-opacity: 0.6; fill-opacity: 0.6;
-moz-context-properties: fill, fill-opacity; -moz-context-properties: fill, fill-opacity;
background: no-repeat center url(chrome://global/skin/icons/arrow-dropdown-16.svg); background: no-repeat center url(chrome://global/skin/icons/arrow-down-12.svg);
opacity: 0; opacity: 0;
transition: opacity 150ms linear transition: opacity 150ms linear
} }