2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-13 17:26:34 +00:00

defaultCommon.css: add colors to the select dropdown

git-svn-id: https://svn.fhem.de/fhem/trunk@11657 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2016-06-13 16:59:48 +00:00
parent a64a917270
commit 0f2bdaf18a

View File

@ -122,3 +122,13 @@ div#svgmarker {
} }
div.detLink { display:inline-block; margin-right:0.5em; } 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^=l4] { color: brown; }
select [value^=l5] { color: black; }
select [value^=l6] { color: olive; }
select [value^=l7] { color: gray; }
select [value^=l8] { color: yellow; }