From 33f1b729e59fa1044633823aee7822e31feb557c Mon Sep 17 00:00:00 2001 From: Stefan Reinhardt Date: Wed, 5 Mar 2014 15:16:12 +0000 Subject: [PATCH] Infolog: urgent, high, low: fixed --- pixelegg/css/pixelegg.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 935c2447fe..a011229201 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -3472,6 +3472,16 @@ table.egwGridView_grid tr td span { table.egwGridView_grid tr td span[id*="[info_subject]"] { margin-right: 30px; } +table.egwGridView_grid tr td span.high { + color: red; +} +table.egwGridView_grid tr td span.urgent { + color: red; + background-color: #ffdd73; +} +table.egwGridView_grid tr td span.low { + color: #373737; +} table.egwGridView_grid tr td table.customfields tbody { border-bottom: 0px; }