From 78a16982f87005a3498bdfdf1348b216c2c719be Mon Sep 17 00:00:00 2001 From: SimonGschnell Date: Wed, 20 Mar 2024 13:25:32 +0100 Subject: [PATCH] updates the tableHelpsite to use bootstrap5 classes if the bootstrapVersion flag is set to 5 --- application/views/widgets/table/table.php | 4 +++- .../views/widgets/table/tableHelpsite.php | 23 +++++++++++++------ public/css/Tabulator5.css | 11 +++++++++ 3 files changed, 30 insertions(+), 8 deletions(-) diff --git a/application/views/widgets/table/table.php b/application/views/widgets/table/table.php index 35d66988a..6cd49c61c 100644 --- a/application/views/widgets/table/table.php +++ b/application/views/widgets/table/table.php @@ -12,7 +12,9 @@
- +
+ +
diff --git a/application/views/widgets/table/tableHelpsite.php b/application/views/widgets/table/tableHelpsite.php index 56523f7da..fa864c634 100644 --- a/application/views/widgets/table/tableHelpsite.php +++ b/application/views/widgets/table/tableHelpsite.php @@ -1,10 +1,19 @@
-
+
" + >

p->t('ui', 'tabelleneinstellungen')); ?>

-
+
"> p->t('table', 'spaltenEinAusblenden'); ?>

    @@ -25,11 +34,11 @@

    p->t('table', 'zeilenAuswaehlen'); ?>

    -
    -
      -
    • p->t('table', 'zeilenAuswaehlenEinzeln'); ?>
    • -
    • p->t('table', 'zeilenAuswaehlenBereich'); ?>
    • -
    • p->t('table', 'zeilenAuswaehlenAlle'); ?>
    • +
      "> +
        +
      • p->t('table', 'zeilenAuswaehlenEinzeln'); ?>
      • +
      • p->t('table', 'zeilenAuswaehlenBereich'); ?>
      • +
      • p->t('table', 'zeilenAuswaehlenAlle'); ?>

      diff --git a/public/css/Tabulator5.css b/public/css/Tabulator5.css index b755f0d76..7c7c9ed57 100644 --- a/public/css/Tabulator5.css +++ b/public/css/Tabulator5.css @@ -44,3 +44,14 @@ max-height: 22px; min-width: 30px; } + +.btn-select-col-selected +{ + background-color: #e6e6e6; +} + +.accordion-item-dark, .accordion-item-dark:focus{ + background-color:#CED4DA !important; + border-color:#ADB5BD !important; + box-shadow: none !important; +}