mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 00:34:37 +02:00
internal links are automatically handled using NzbDrone.Router.navigate instead
of re-loading page.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
@import "bootstrap/bootstrap";
|
||||
@import "bootstrap/variables";
|
||||
@import "bootstrap/mixins";
|
||||
@import "bootstrap/type";
|
||||
|
||||
.progress {
|
||||
width: 125px;
|
||||
|
@@ -119,8 +119,9 @@
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #252525;
|
||||
background-color: #1c1c1c;
|
||||
background-image: url('../content/images/pattern.png');
|
||||
margin-bottom: 100px;
|
||||
p.sub {
|
||||
color: #999999;
|
||||
}
|
||||
|
Reference in New Issue
Block a user