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