mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-11 15:21:03 +01:00
Merge branch 'opacity'
This commit is contained in:
commit
b029cb8b4a
2 changed files with 544 additions and 544 deletions
File diff suppressed because it is too large
Load diff
|
@ -44,9 +44,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.jx-mask {
|
.jx-mask {
|
||||||
opacity: .75;
|
opacity: .37;
|
||||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=37)";
|
||||||
filter: alpha(opacity=75);
|
filter: alpha(opacity=37);
|
||||||
background: #222;
|
background: #222;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
|
|
Loading…
Reference in a new issue