mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -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; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue