mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Finished #659
#236 has been modified slightly. Needs testing on Different systems
This commit is contained in:
parent
1793c6f592
commit
1c7fb2e93e
9 changed files with 160 additions and 37 deletions
17
PlexRequests.UI/Content/base.css
vendored
17
PlexRequests.UI/Content/base.css
vendored
|
@ -436,3 +436,20 @@ label {
|
|||
position: relative;
|
||||
margin-right: 0; } }
|
||||
|
||||
#lightbox {
|
||||
background-color: grey;
|
||||
filter: alpha(opacity=50);
|
||||
/* IE */
|
||||
opacity: 0.5;
|
||||
/* Safari, Opera */
|
||||
-moz-opacity: 0.50;
|
||||
/* FireFox */
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
z-index: 20;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
position: absolute; }
|
||||
|
||||
|
|
2
PlexRequests.UI/Content/base.min.css
vendored
2
PlexRequests.UI/Content/base.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -6,9 +6,7 @@ $info-colour: #5bc0de;
|
|||
$warning-colour: #f0ad4e;
|
||||
$danger-colour: #d9534f;
|
||||
$success-colour: #5cb85c;
|
||||
$i:
|
||||
!important
|
||||
;
|
||||
$i:!important;
|
||||
|
||||
@media (min-width: 768px ) {
|
||||
.row {
|
||||
|
@ -551,4 +549,20 @@ $border-radius: 10px;
|
|||
position: relative;
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#lightbox {
|
||||
|
||||
background-color: grey;
|
||||
filter:alpha(opacity=50); /* IE */
|
||||
opacity: 0.5; /* Safari, Opera */
|
||||
-moz-opacity:0.50; /* FireFox */
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
z-index: 20;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background-repeat:no-repeat;
|
||||
background-position:center;
|
||||
position:absolute;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue