From abb9885b3b9a19cccbafecc718419ec765ab4064 Mon Sep 17 00:00:00 2001 From: cgfhtw Date: Wed, 17 Jan 2024 15:23:00 +0100 Subject: [PATCH] Fhc.css --- public/css/Fhc.css | 80 ++---------------------------- public/css/Studentenverwaltung.css | 1 + 2 files changed, 5 insertions(+), 76 deletions(-) diff --git a/public/css/Fhc.css b/public/css/Fhc.css index 23c2379ea..1376a251f 100644 --- a/public/css/Fhc.css +++ b/public/css/Fhc.css @@ -2,82 +2,10 @@ white-space: pre-line; } -.accordion-button-primary { - background-color: #e7f1ff; - color: #0c63e4; -} -.accordion-button-primary:not(.collapsed) { - background-color: #cfe2ff; - color: #0a58ca; +.btn-p-0 { + padding: 0 .375rem; } -.accordion-button-secondary { - background-color: #f0f1f2; - color: #616971; +.z-1 { + z-index: 1; } -.accordion-button-secondary:not(.collapsed) { - background-color: #e2e3e5; - color: #565e64; -} - -.accordion-button-success { - background-color: #e8f3ee; - color: #177a4c; -} -.accordion-button-success:not(.collapsed) { - background-color: #d1e7dd; - color: #146c43; -} - -.accordion-button-info { - background-color: #e7fafe; - color: #0cb6d8; -} -.accordion-button-info:not(.collapsed) { - background-color: #cff4fc; - color: #0aa2c0; -} - -.accordion-button-warning { - background-color: #fff9e6; - color: #e6ae06; -} -.accordion-button-warning:not(.collapsed) { - background-color: #fff3cd; - color: #cc9a06; -} - -.accordion-button-danger { - background-color: #fcebec; - color: #c6303e; -} -.accordion-button-danger:not(.collapsed) { - background-color: #f8d7da; - color: #b02a37; -} - -.accordion-button-light { - background-color: #fefeff; - color: #dfe0e1; -} -.accordion-button-light:not(.collapsed) { - background-color: #fefefe; - color: #c6c7c8; -} - -.accordion-button-dark { - background-color: #e9e9ea; - color: #1e2125; -} -.accordion-button-dark:not(.collapsed) { - background-color: #d3d3d4; - color: #1a1e21; -} - -.tabulator-edit-list .tabulator-edit-list-item { - background-color: white; -} -.tabulator-edit-list .tabulator-edit-list-item:hover, -.tabulator-edit-list .tabulator-edit-list-item.active { - color: white; -} \ No newline at end of file diff --git a/public/css/Studentenverwaltung.css b/public/css/Studentenverwaltung.css index f845adc43..3f12660ff 100644 --- a/public/css/Studentenverwaltung.css +++ b/public/css/Studentenverwaltung.css @@ -1,3 +1,4 @@ +@import './Fhc.css'; @import './components/searchbar.css'; @import './components/verticalsplit.css'; @import './components/FilterComponent.css';