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; +}