mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-26 11:19:14 +02:00
28 lines
407 B
Plaintext
28 lines
407 B
Plaintext
#wizard table.requirements {
|
|
td {
|
|
&.fulfilled {
|
|
background-color: lime;
|
|
}
|
|
|
|
&.not-available {
|
|
background-color: yellow;
|
|
}
|
|
|
|
&.missing {
|
|
background-color: red;
|
|
}
|
|
}
|
|
}
|
|
|
|
#setup_admin_account {
|
|
div.instructions {
|
|
width: 30.2em;
|
|
display: inline-block;
|
|
}
|
|
|
|
div.radiobox {
|
|
vertical-align: top;
|
|
display: inline-block;
|
|
padding: 0.4em 0.2em 0;
|
|
}
|
|
} |