mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-08-15 06:48:10 +02:00
Some themes set only the image. Since we dropped all other background options, default browser behavior is applied which repeats by default.
40 lines
971 B
Plaintext
40 lines
971 B
Plaintext
/*! Icinga Web 2 | (c) 2015 Icinga Development Team | GPLv2+ */
|
|
|
|
@colorMainLayout: @icinga-blue;
|
|
@colorMainBackground: @body-bg-color;
|
|
@colorMainForeground: @text-color;
|
|
@colorMainLink: @text-color;
|
|
@colorSecondary: @gray-lightest;
|
|
@colorGray: @gray-lightest;
|
|
@colorLinkDefault: @text-color;
|
|
@colorTextDefault: @text-color;
|
|
@colorTextDarkDefault: @text-color;
|
|
@colorOk: @color-ok;
|
|
@colorWarning: #ffaa44;
|
|
@colorWarningHandled: #ffcc66;
|
|
@colorCritical: #ff5566;
|
|
@colorCriticalHandled: #ff99aa;
|
|
@colorUnknown: #aa44ff;
|
|
@colorUnknownHandled: #cc77ff;
|
|
@colorUnreachable: #aa44ff;
|
|
@colorUnreachableHandled: #cc77ff;
|
|
@colorPending: #77aaff;
|
|
@colorInvalid: #999;
|
|
@colorFormNotificationInfo: #77aaff;
|
|
@colorFormNotificationWarning: #ffaa44;
|
|
@colorFormNotificationError: #ff5566;
|
|
@colorPetrol: @icinga-blue;
|
|
@menu-2ndlvl-highlight-color: @menu-2ndlvl-active-color;
|
|
|
|
table.action {
|
|
.common-table();
|
|
}
|
|
|
|
table.avp {
|
|
.name-value-table();
|
|
}
|
|
|
|
input.search {
|
|
background-size: 0;
|
|
}
|