mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
New: App health displayed in UI
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
|
||||
.icon-nd-warning:before {
|
||||
.icon(@warning-sign);
|
||||
color : #f89406;
|
||||
color : @orange;
|
||||
}
|
||||
|
||||
.icon-nd-edit:before {
|
||||
@@ -79,7 +79,7 @@
|
||||
|
||||
.icon-nd-form-warning:before {
|
||||
.icon(@warning-sign);
|
||||
color: #f89406;
|
||||
color: @orange;
|
||||
}
|
||||
|
||||
.icon-nd-form-danger:before {
|
||||
@@ -175,4 +175,14 @@
|
||||
|
||||
.icon-nd-restart:before {
|
||||
.icon(@repeat);
|
||||
}
|
||||
|
||||
.icon-nd-health-warning:before {
|
||||
.icon(@exclamation-sign);
|
||||
color : @orange
|
||||
}
|
||||
|
||||
.icon-nd-health-error:before {
|
||||
.icon(@exclamation-sign);
|
||||
color : @errorText
|
||||
}
|
@@ -22,6 +22,8 @@
|
||||
li {
|
||||
list-style-type : none;
|
||||
display : inline-block;
|
||||
position : relative;
|
||||
|
||||
a {
|
||||
|
||||
&:focus {
|
||||
@@ -38,21 +40,20 @@
|
||||
font-weight : 100;
|
||||
}
|
||||
span.label.pull-right {
|
||||
position : relative;
|
||||
top : 24px;
|
||||
right : 14px;
|
||||
position : absolute;
|
||||
top : 28px;
|
||||
right : 18px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.backdrop #nav-region {
|
||||
background-color : #000000;
|
||||
.opacity(0.85);
|
||||
}
|
||||
.backdrop {
|
||||
#nav-region {
|
||||
background-color : #000000;
|
||||
.opacity(0.85);
|
||||
}
|
||||
|
||||
|
||||
#nav-region li a:hover, #in-sub-nav li a.active {
|
||||
background-color : #555555;
|
||||
text-decoration : none;
|
||||
}
|
||||
|
||||
#nav-region {
|
||||
@@ -62,6 +63,19 @@
|
||||
.span12 {
|
||||
margin-left : 0px;
|
||||
}
|
||||
|
||||
li {
|
||||
a {
|
||||
&:hover {
|
||||
background-color : #555555;
|
||||
text-decoration : none;
|
||||
}
|
||||
|
||||
.label {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.search {
|
||||
|
Reference in New Issue
Block a user