mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +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:
parent
8e65945e77
commit
00c05f5b99
@ -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; }
|
||||
|
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user