mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
css: Respect --text-color-light
This commit is contained in:
parent
638cc5c683
commit
e3dbd01e86
@ -156,7 +156,7 @@
|
||||
}
|
||||
|
||||
.service-on {
|
||||
color: @text-color-light;
|
||||
.var(color, text-color-light);
|
||||
|
||||
> a {
|
||||
.var(color, text-color);
|
||||
@ -624,7 +624,7 @@ form.instance-features span.description, form.object-features span.description {
|
||||
text-align: left;
|
||||
margin-right: 0;
|
||||
width: @name-value-table-name-width;
|
||||
color: @text-color-light;
|
||||
.var(color, text-color-light);
|
||||
|
||||
label {
|
||||
font-size: inherit;
|
||||
|
@ -37,7 +37,7 @@
|
||||
outline: none;
|
||||
|
||||
&:hover {
|
||||
color: @text-color-light;
|
||||
.var(color, text-color-light);
|
||||
}
|
||||
&:focus, &:active {
|
||||
color: @icinga-blue;
|
||||
|
@ -46,7 +46,7 @@
|
||||
|
||||
// Host name and IP addresses in the host and service detail view
|
||||
.host-meta {
|
||||
color: @text-color-light;
|
||||
.var(color, text-color-light);
|
||||
font-size: @font-size-small;
|
||||
}
|
||||
|
||||
@ -59,7 +59,7 @@
|
||||
|
||||
// Notification recipient in the notifications overview
|
||||
.notification-recipient {
|
||||
color: @text-color-light;
|
||||
.var(color, text-color-light);
|
||||
float: right;
|
||||
font-size: @font-size-small;
|
||||
}
|
||||
@ -91,7 +91,7 @@
|
||||
|
||||
// Plugin output in overviews
|
||||
.overview-plugin-output {
|
||||
color: @text-color-light;
|
||||
.var(color, text-color-light);
|
||||
font-family: @font-family-fixed;
|
||||
font-size: @font-size-small;
|
||||
margin: 0;
|
||||
@ -133,7 +133,7 @@
|
||||
|
||||
// Service description if in the service detail view
|
||||
.service-meta {
|
||||
color: @text-color-light;
|
||||
.var(color, text-color-light);
|
||||
font-size: @font-size-small;
|
||||
}
|
||||
|
||||
@ -195,7 +195,8 @@
|
||||
|
||||
// State class for history events
|
||||
&.state-no-state {
|
||||
border-left: @border-left-width solid @text-color-light;
|
||||
border-left: @border-left-width solid;
|
||||
.var(border-left-color, text-color-light);
|
||||
}
|
||||
|
||||
* {
|
||||
|
@ -27,7 +27,7 @@
|
||||
h3 em,
|
||||
.previews em,
|
||||
.privilege-label em {
|
||||
color: @text-color-light;
|
||||
.var(color, text-color-light);
|
||||
}
|
||||
h3 em {
|
||||
font-weight: normal;
|
||||
|
@ -480,7 +480,7 @@ form.icinga-form {
|
||||
}
|
||||
|
||||
form.icinga-form .form-info {
|
||||
color: @text-color-light;
|
||||
.var(color, text-color-light);
|
||||
font-size: @font-size-small;
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
.app-health {
|
||||
header {
|
||||
color: @text-color-light;
|
||||
.var(color, text-color-light);
|
||||
|
||||
span {
|
||||
.var(color, text-color);
|
||||
@ -42,7 +42,7 @@
|
||||
}
|
||||
|
||||
section {
|
||||
color: @text-color-light;
|
||||
.var(color, text-color-light);
|
||||
font-family: @font-family-fixed;
|
||||
}
|
||||
}
|
||||
|
@ -128,7 +128,7 @@ a:hover > .icon-cancel {
|
||||
}
|
||||
|
||||
.comment-time {
|
||||
color: @text-color-light;
|
||||
.var(color, text-color-light);
|
||||
font-size: @font-size-small;
|
||||
}
|
||||
|
||||
@ -139,7 +139,7 @@ a:hover > .icon-cancel {
|
||||
}
|
||||
|
||||
> dt {
|
||||
color: @text-color-light;
|
||||
.var(color, text-color-light);
|
||||
font-size: @font-size-small;
|
||||
}
|
||||
}
|
||||
@ -199,7 +199,7 @@ a:hover > .icon-cancel {
|
||||
}
|
||||
|
||||
.name-value-table > tbody > tr > th {
|
||||
color: @text-color-light;
|
||||
.var(color, text-color-light);
|
||||
// Reset default font-weight
|
||||
font-weight: normal;
|
||||
padding-left: 0;
|
||||
@ -385,7 +385,7 @@ a:hover > .icon-cancel {
|
||||
.name-value-table {
|
||||
> caption {
|
||||
font-weight: normal;
|
||||
color: @text-color-light;
|
||||
.var(color, text-color-light);
|
||||
}
|
||||
|
||||
> tbody > tr > th {
|
||||
|
@ -457,7 +457,7 @@ input[type=text].search-input {
|
||||
background: none;
|
||||
border: none;
|
||||
padding: 0;
|
||||
color: @text-color-light;
|
||||
.var(color, text-color-light);
|
||||
position: absolute;
|
||||
bottom: 0.2em;
|
||||
right: 0;
|
||||
|
@ -118,7 +118,7 @@
|
||||
}
|
||||
|
||||
.link-description {
|
||||
color: @text-color-light;
|
||||
.var(color, text-color-light);
|
||||
}
|
||||
|
||||
.link-icon {
|
||||
@ -227,7 +227,7 @@ form.role-form {
|
||||
}
|
||||
|
||||
.control-label-group em {
|
||||
color: @text-color-light;
|
||||
.var(color, text-color-light);
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@ -260,7 +260,7 @@ form.role-form {
|
||||
h3 em {
|
||||
font-size: .857em;
|
||||
font-weight: normal;
|
||||
color: @text-color-light;
|
||||
.var(color, text-color-light);
|
||||
}
|
||||
|
||||
h4 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user