problems panel: styles tweaks

This commit is contained in:
Alexander Zobnin
2018-12-24 20:03:26 +03:00
parent e21c13d295
commit bb6abb2e9e
4 changed files with 57 additions and 21 deletions

View File

@@ -2,9 +2,14 @@ $regex: #d69e2e;
$zbx-tag-color: $gray-6;
$zbx-text-highlighted: $black;
$action-button-color: #497dc0;
$action-button-text-color: $gray-6;
$problems-border-color: $dark-1;
$problems-table-stripe: $gray-6;
$problems-table-row-hovered: $gray-4;
$problem-details-background: $gray-6;
$problem-statusbar-background: $gray-4;
$problem-statusbar-muted: $gray-5;
$action-button-color: #103e66;
$problem-statusbar-fired: #ca4c17;
$problem-event-highlighted: $white;
$problem-expander-highlighted: darken($problems-table-stripe, 20%);