From 36e8f7043bc84b548681e1a810486d4ad40c149e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 7 Jun 2023 02:49:00 +0200 Subject: [PATCH] Continued: - fixed some colors --- view/theme/frio/scheme/stolzmonat_DE.css | 14 +++++++------- view/theme/frio/scheme/stolzmonat_DE.php | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/view/theme/frio/scheme/stolzmonat_DE.css b/view/theme/frio/scheme/stolzmonat_DE.css index ee169401e4..39f3b77a4f 100644 --- a/view/theme/frio/scheme/stolzmonat_DE.css +++ b/view/theme/frio/scheme/stolzmonat_DE.css @@ -23,14 +23,12 @@ nav.navbar { .nav-pills .dropdown-menu, .nav-tabs .dropdown-menu, .account .dropdown-menu, -.contact-photo-wrapper .dropdown-menu { +.contact-photo-wrapper .dropdown-menu, +.btn.btn-primary, +.btn-info { background-color: black !important; } -.btn.btn-primary { - background: black !important; -} - aside .widget li:hover, aside .widget li.selected, .nav-container .widget li:hover { @@ -49,7 +47,9 @@ body a:active, .btn-link:active, body a.active, .btn-link.active { - color: #59d6e4; outline-color: rgb(253, 241, 0) !important; - text-decoration: none; +} + +.btn-info { + background-image: linear-gradient(to bottom, #fdfdfd 0, black 100%); } diff --git a/view/theme/frio/scheme/stolzmonat_DE.php b/view/theme/frio/scheme/stolzmonat_DE.php index 338e87a384..e040ad2974 100644 --- a/view/theme/frio/scheme/stolzmonat_DE.php +++ b/view/theme/frio/scheme/stolzmonat_DE.php @@ -8,7 +8,7 @@ $nav_bg = "#708fa0"; $nav_icon_color = "#fff"; $background_color = "#ededed"; -$link_color = "#fdf100"; +$link_color = "#d4333d"; $contentbg_transp = 100; $nav_icon_hover_color = "black"; $btn_primary_hover_color = "black"; -- 2.39.5