Add files via upload
This commit is contained in:
parent
ec34893d37
commit
e0fbdb4006
2 changed files with 12 additions and 0 deletions
|
@ -175,6 +175,11 @@
|
||||||
list-style-image: url(menu-right.svg) !important;
|
list-style-image: url(menu-right.svg) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#scrollbutton-up[part="scrollbutton-up"]:not(.menupopup-scrollbutton),
|
||||||
|
#scrollbutton-down[part="scrollbutton-down"]:not(.menupopup-scrollbutton) {
|
||||||
|
list-style-image: url(menu-left.svg) !important;
|
||||||
|
}
|
||||||
|
|
||||||
#appMenu-customize-button, #overflowMenu-customize-button {
|
#appMenu-customize-button, #overflowMenu-customize-button {
|
||||||
list-style-image: url(brush.svg) !important;
|
list-style-image: url(brush.svg) !important;
|
||||||
}
|
}
|
||||||
|
|
7
chrome/icons/menu-left.svg
Normal file
7
chrome/icons/menu-left.svg
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
<path
|
||||||
|
style="fill:context-fill;fill-opacity:context-fill-opacity"
|
||||||
|
transform="scale(-1 1)"
|
||||||
|
transform-origin="center"
|
||||||
|
d="M 5.4765625 2 A 0.5 0.5 0 0 0 5.1464844 2.1464844 A 0.5 0.5 0 0 0 5.1464844 2.8535156 L 10.292969 8 L 5.1464844 13.146484 A 0.5 0.5 0 0 0 5.1464844 13.853516 A 0.5 0.5 0 0 0 5.8535156 13.853516 L 11.353516 8.3535156 A 0.50005 0.50005 0 0 0 11.353516 7.6464844 L 5.8535156 2.1464844 A 0.5 0.5 0 0 0 5.4765625 2 z " />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 542 B |
Loading…
Add table
Add a link
Reference in a new issue