From 4e39e225126a1ad4f50988d6179e0049232d6515 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Wed, 4 Nov 2015 16:22:39 +0100 Subject: [PATCH] increate table text contrast, add dropdown menu badge spacing --- app/assets/stylesheets/zammad.scss | 5 +++++ 1 file changed, 5 insertions(+) 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;