mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 12:33:00 +02:00
Added shutdown and restart buttons to system UI
New: Shutdown and restart from UI Fixed: ctrl+c will shutdown app on mono
This commit is contained in:
@@ -167,3 +167,12 @@
|
||||
.icon(@cloud-download);
|
||||
color: @errorText;
|
||||
}
|
||||
|
||||
.icon-nd-shutdown:before {
|
||||
.icon(@off);
|
||||
color: @errorText;
|
||||
}
|
||||
|
||||
.icon-nd-restart:before {
|
||||
.icon(@repeat);
|
||||
}
|
@@ -218,4 +218,27 @@ body {
|
||||
width: 100%;
|
||||
height: 55px;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.lifecycle-controls {
|
||||
font-size: 20px;
|
||||
|
||||
i {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.drone-button {
|
||||
height: .8em;
|
||||
margin-left: -8px;
|
||||
|
||||
&:hover {
|
||||
.icon-stack-base:before {
|
||||
.icon(@sign-blank)
|
||||
}
|
||||
|
||||
.icon-nd-restart:before {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user