2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

f18style.css: fix SVG-Editor select color (Forum #128855)

git-svn-id: https://svn.fhem.de/fhem/trunk@26347 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2022-08-23 08:56:36 +00:00
parent 8e65945e77
commit 00c05f5b99
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ div.detLink { display:inline-block; margin-right:0.5em; }
select [value^=l0] { color: red; }
select [value^=l1] { color: green; }
select [value^=l2] { color: blue; }
select [value^=l3] { color: pink; }
select [value^=l3] { color: magenta; }
select [value^=l4] { color: brown; }
select [value^=l5] { color: black; }
select [value^=l6] { color: olive; }

View File

@ -158,7 +158,7 @@ div.detLink { display:inline-block; margin-right:0.5em; }
select [value^=l0] { color: red; }
select [value^=l1] { color: green; }
select [value^=l2] { color: blue; }
select [value^=l3] { color: pink; }
select [value^=l3] { color: magenta; }
select [value^=l4] { color: brown; }
select [value^=l5] { color: black; }
select [value^=l6] { color: olive; }