From 2285e0d78037703338024ebe967ec2176bd97f04 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 18 Aug 2019 02:07:40 +0200 Subject: [PATCH] Make colors less aggressive --- htdocs/index.php | 6 +++++- htdocs/theme/eldy/global.inc.php | 5 ++++- htdocs/theme/eldy/info-box.inc.php | 14 +++++++------- htdocs/theme/eldy/theme_vars.inc.php | 4 ++-- htdocs/theme/md/style.css.php | 4 ++++ 5 files changed, 22 insertions(+), 11 deletions(-) diff --git a/htdocs/index.php b/htdocs/index.php index b7eebe24063..4cd58ea6495 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -768,7 +768,11 @@ if (!empty($valid_dashboardlines)) $weatherDashBoard= '
'."\n"; $weatherDashBoard.= '
'."\n"; - $weatherDashBoard.= ' '."\n"; + $weatherDashBoard.= ' '; + + $weatherDashBoard.= ' '; + + $weatherDashBoard.= ' '."\n"; $weatherDashBoard.= '
'."\n"; $weatherDashBoard.= ' '.$langs->trans('GlobalOpenedElemView').'' . "\n"; diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 1c49ab1053c..b065fb26937 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -3414,6 +3414,10 @@ a.impayee:hover { font-weight: bold; color: #550000; } * Other */ +.opened-dash-board-wrap { + margin-bottom: 25px; +} + div.boximport { min-height: unset; } @@ -5250,7 +5254,6 @@ div.tabsElem a.tab { } - /* ============================================================================== */ /* Public */ /* ============================================================================== */ diff --git a/htdocs/theme/eldy/info-box.inc.php b/htdocs/theme/eldy/info-box.inc.php index 7aa00c2fade..3159428ce0a 100644 --- a/htdocs/theme/eldy/info-box.inc.php +++ b/htdocs/theme/eldy/info-box.inc.php @@ -120,32 +120,32 @@ a.info-box-text{ text-decoration: none;} background-color: #605ca8 !important; } .bg-infoxbox-action{ - background-color: #d81b60 !important; + background-color: #d84b80 !important; } .bg-infoxbox-propal, .bg-infoxbox-facture, .bg-infoxbox-commande{ - background-color: #dd4b39 !important; + background-color: #abb87b !important; } .bg-infoxbox-supplier_proposal, .bg-infoxbox-invoice_supplier, .bg-infoxbox-order_supplier{ - background-color: #00c0ef !important; + background-color: #40b0cf !important; } .bg-infoxbox-contrat{ - background-color: #00a65a !important; + background-color: #20a68a !important; } .bg-infoxbox-bank_account{ - background-color: #f39c12 !important; + background-color: #e39c42 !important; } .bg-infoxbox-adherent{ //background-color: #f39c12 !important; } .bg-infoxbox-expensereport{ - background-color: #a55114 !important; + background-color: #755114 !important; } .bg-infoxbox-holiday{ - background-color: #cbd81b !important; + background-color: #755114 !important; } diff --git a/htdocs/theme/eldy/theme_vars.inc.php b/htdocs/theme/eldy/theme_vars.inc.php index cbf1ab000be..05417b11bc7 100644 --- a/htdocs/theme/eldy/theme_vars.inc.php +++ b/htdocs/theme/eldy/theme_vars.inc.php @@ -78,9 +78,9 @@ $toolTipFontColor='#333'; $badgePrimary ='#007bff'; $badgeSecondary ='#999999'; $badgeSuccess ='#28a745'; -$badgeDanger ='#dc3545'; +$badgeDanger ='#9f4705'; $badgeWarning ='#ffc107'; -$badgeInfo ='#17a2b8'; +$badgeInfo ='#aaaabb'; $badgeDark ='#343a40'; $badgeLight ='#f8f9fa'; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index c63c38af33a..4329bedde81 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -3449,6 +3449,10 @@ a.impayee:hover { font-weight: bold; color: #550000; } * Other */ +.opened-dash-board-wrap { + margin-bottom: 25px; +} + div.boximport { min-height: unset; }