mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
parent
df589400e2
commit
5d20e2cf21
@ -83,7 +83,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.complete {
|
&.complete {
|
||||||
background-color: @colorOk ;
|
background-color: @color-ok;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.visited {
|
&.visited {
|
||||||
@ -190,7 +190,7 @@ form#setup_requirements {
|
|||||||
padding: 0.4em;
|
padding: 0.4em;
|
||||||
|
|
||||||
&.fulfilled {
|
&.fulfilled {
|
||||||
background-color: @colorOk;
|
background-color: @color-ok;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.not-available {
|
&.not-available {
|
||||||
@ -199,7 +199,7 @@ form#setup_requirements {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.missing {
|
&.missing {
|
||||||
background-color: @colorCritical;
|
background-color: @color-critical;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -275,11 +275,11 @@ form#setup_requirements {
|
|||||||
color: white;
|
color: white;
|
||||||
|
|
||||||
&.success {
|
&.success {
|
||||||
background-color: @colorOk;
|
background-color: @color-ok;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.failure {
|
&.failure {
|
||||||
background-color: @colorCritical;
|
background-color: @color-critical;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -330,7 +330,7 @@ form#setup_requirements {
|
|||||||
padding: 0.2em;
|
padding: 0.2em;
|
||||||
margin: -1em -1em 1em;
|
margin: -1em -1em 1em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: @colorTextDefault;
|
color: @text-color;
|
||||||
background-color: #f6fafa;
|
background-color: #f6fafa;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user