diff --git a/fhem/www/pgm2/defaultCommon.css b/fhem/www/pgm2/defaultCommon.css index b3985dda0..a574a68e1 100644 --- a/fhem/www/pgm2/defaultCommon.css +++ b/fhem/www/pgm2/defaultCommon.css @@ -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; } diff --git a/fhem/www/pgm2/f18style.css b/fhem/www/pgm2/f18style.css index c4bc0c881..d66fc0eb6 100644 --- a/fhem/www/pgm2/f18style.css +++ b/fhem/www/pgm2/f18style.css @@ -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; }