From 868d10ffd6c99861cf9e030d8a2e3211111c24d3 Mon Sep 17 00:00:00 2001 From: SimonGschnell Date: Fri, 15 Mar 2024 11:56:16 +0100 Subject: [PATCH] adds bg-secondary-subtle to the color palette and fixes buttons that are disabled and have a title attribute --- public/css/lehre/anrechnung.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/lehre/anrechnung.css b/public/css/lehre/anrechnung.css index 73e75d571..dfae318f4 100644 --- a/public/css/lehre/anrechnung.css +++ b/public/css/lehre/anrechnung.css @@ -15,11 +15,11 @@ } .bg-info-subtle{ - background-color: #E9ECEF !important; + background-color: #D9EDF7 !important; color: #31708F !important; border-style: solid !important; border-width: 1px !important; - border-color: #bce8f1 !important; + border-color: #BCE8F1 !important; } .bg-warning-subtle{