[fix] simple theme: /preferences: dark theme version for select widgets

It is not possible to use CSS variable in a SVG when this is in a background.
This commit adds two .svg files, less converts them into data URL.
The two files are indentical except the fill color.
This commit is contained in:
Alexandre Flament 2021-10-30 11:51:52 +02:00
parent 67b0b68b40
commit d0a3164514
4 changed files with 19 additions and 1 deletions

View file

@ -232,3 +232,7 @@ html {
@icon-font-name: "glyphicons-halflings-regular";
//** Element ID within SVG icon file.
@icon-font-svg-id: "glyphicons_halflingsregular";
// decoration of the select HTML elements
@select-light-svg-path: "../svg/select-light.svg";
@select-dark-svg-path: "../svg/select-dark.svg";