We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb1c6b3 commit ed3d3a9Copy full SHA for ed3d3a9
src/skins/vector/css/common.css
@@ -99,16 +99,6 @@ a:visited {
99
margin: 0 auto;
100
}
101
102
-.mx_Dialog_background {
103
- position: fixed;
104
- top: 0;
105
- left: 0;
106
- width: 100%;
107
- height: 100%;
108
- background-color: #000;
109
- opacity: 0.2;
110
-}
111
-
112
.mx_Dialog_wrapper {
113
position: fixed;
114
z-index: 4000;
@@ -140,6 +130,16 @@ a:visited {
140
130
max-width: 80%;
141
131
142
132
133
+.mx_Dialog_background {
134
+ position: fixed;
135
+ top: 0;
136
+ left: 0;
137
+ width: 100%;
138
+ height: 100%;
139
+ background-color: #000;
+ opacity: 0.2;
+}
+
143
.mx_Dialog_lightbox .mx_Dialog_background {
144
opacity: 0.85;
145
0 commit comments