From 7b7a7bcc79968ccf86b5848b90a4161dfc0ca628 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Sat, 11 Feb 2017 16:28:25 +0100 Subject: [PATCH] =?utf8?q?Kontoauszug=20verbuchen=20Link-Farbe=20gr=C3=BCn?= =?utf8?q?=20einheitlich=20gesetzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- css/kivitendo/main.css | 3 ++- css/lx-office-erp/main.css | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/css/kivitendo/main.css b/css/kivitendo/main.css index f74c98d90..0a90bc819 100644 --- a/css/kivitendo/main.css +++ b/css/kivitendo/main.css @@ -99,7 +99,8 @@ a.nomobile { border:none; } a.green { - background-color:#40FF00; + background-color: DarkGreen; + color: white !important; border:none; } a.orange { diff --git a/css/lx-office-erp/main.css b/css/lx-office-erp/main.css index 44c437f17..13f9c6994 100644 --- a/css/lx-office-erp/main.css +++ b/css/lx-office-erp/main.css @@ -509,8 +509,9 @@ span.toggle_selected { font-weight: bold; } a.green { - background-color:#40FF00; - border:none; + background-color: DarkGreen; + color: white !important; + border:none; } a.orange { background-color:#FF8000; -- 2.20.1