mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Fixed pace loader
This commit is contained in:
parent
4c79871bd7
commit
941abac10b
3 changed files with 43 additions and 1 deletions
19
Ombi.UI/Content/base.css
vendored
19
Ombi.UI/Content/base.css
vendored
|
@ -525,3 +525,22 @@ label {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
margin: 0 auto !important; }
|
margin: 0 auto !important; }
|
||||||
|
|
||||||
|
.pace {
|
||||||
|
-webkit-pointer-events: none;
|
||||||
|
pointer-events: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
user-select: none; }
|
||||||
|
|
||||||
|
.pace-inactive {
|
||||||
|
display: none; }
|
||||||
|
|
||||||
|
.pace .pace-progress {
|
||||||
|
background: #df691a;
|
||||||
|
position: fixed;
|
||||||
|
z-index: 2000;
|
||||||
|
top: 0;
|
||||||
|
right: 100%;
|
||||||
|
width: 100%;
|
||||||
|
height: 5px; }
|
||||||
|
|
||||||
|
|
2
Ombi.UI/Content/base.min.css
vendored
2
Ombi.UI/Content/base.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -650,4 +650,27 @@ $border-radius: 10px;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
display: block $i;
|
display: block $i;
|
||||||
margin: 0 auto $i;
|
margin: 0 auto $i;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace {
|
||||||
|
-webkit-pointer-events: none;
|
||||||
|
pointer-events: none;
|
||||||
|
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-inactive {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace .pace-progress {
|
||||||
|
background: $primary-colour;
|
||||||
|
position: fixed;
|
||||||
|
z-index: 2000;
|
||||||
|
top: 0;
|
||||||
|
right: 100%;
|
||||||
|
width: 100%;
|
||||||
|
height: 5px;
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue