From 0f2bdaf18ad7f186f40d5eaca5eadd91180f0920 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Mon, 13 Jun 2016 16:59:48 +0000 Subject: [PATCH] defaultCommon.css: add colors to the select dropdown git-svn-id: https://svn.fhem.de/fhem/trunk@11657 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/www/pgm2/defaultCommon.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/fhem/www/pgm2/defaultCommon.css b/fhem/www/pgm2/defaultCommon.css index 55a8f6aab..b076ae4b2 100644 --- a/fhem/www/pgm2/defaultCommon.css +++ b/fhem/www/pgm2/defaultCommon.css @@ -122,3 +122,13 @@ div#svgmarker { } 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; }