From b1311faa68947b982dbbe8b8f3e9d26b2356b1c2 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Tue, 23 Dec 2014 23:23:25 +0100 Subject: web: move eventlog state out of settings --- web/src/css/flowtable.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/src/css') diff --git a/web/src/css/flowtable.less b/web/src/css/flowtable.less index b18a71fa..38f5e0e8 100644 --- a/web/src/css/flowtable.less +++ b/web/src/css/flowtable.less @@ -27,10 +27,10 @@ background-color: hsla(209, 52%, 84%, 0.5) !important; } &.highlighted { - background-color: hsla(48, 100%, 50%, 0.4) !important; + background-color: hsla(48, 100%, 50%, 0.4); } &.highlighted:nth-child(even) { - background-color: hsla(48, 100%, 50%, 0.5) !important; + background-color: hsla(48, 100%, 50%, 0.5); } } -- cgit v1.2.3