From 00c05f5b997e86778200e1e1db22fe173b02eb44 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Tue, 23 Aug 2022 08:56:36 +0000 Subject: [PATCH] f18style.css: fix SVG-Editor select color (Forum #128855) git-svn-id: https://svn.fhem.de/fhem/trunk@26347 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/www/pgm2/defaultCommon.css | 2 +- fhem/www/pgm2/f18style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }