summaryrefslogtreecommitdiffstats
path: root/public/css/icinga/compat.less
blob: d57a18945d068ebd53f99d8bb8ff0795d16d7d82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/*! 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();
}