diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 3d29eee00..fddc3925e 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -696,6 +696,7 @@ table { .table { display: table; + color: hsl(198,19%,72%); } .table-fluid { @@ -5313,6 +5314,10 @@ footer { display: block; } + .dropdown-menu .badge { + padding-left: 10px; + } + .dropdown.dropdown--actions { li { line-height: initial;