mirror of
https://github.com/YunoHost-Apps/hotspot_ynh.git
synced 2024-09-03 19:25:53 +02:00
36 lines
405 B
CSS
36 lines
405 B
CSS
li.status-info {
|
|
color: #5BC0DE;
|
|
}
|
|
|
|
li.status-warning {
|
|
color: #D9534F;
|
|
}
|
|
|
|
li.status-danger {
|
|
color: #D9534F;
|
|
}
|
|
|
|
li.status-success {
|
|
color: #5CB85C;
|
|
}
|
|
|
|
img#status-loading {
|
|
display: none;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
img#save-loading {
|
|
display: none;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
div#status {
|
|
display: none;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
div#status ul {
|
|
list-style-type: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|