Skip to content

Commit ed3d3a9

Browse files
committed
Shift css around a bit so it more closely matches DOM order
1 parent eb1c6b3 commit ed3d3a9

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/skins/vector/css/common.css

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -99,16 +99,6 @@ a:visited {
9999
margin: 0 auto;
100100
}
101101

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-
112102
.mx_Dialog_wrapper {
113103
position: fixed;
114104
z-index: 4000;
@@ -140,6 +130,16 @@ a:visited {
140130
max-width: 80%;
141131
}
142132

133+
.mx_Dialog_background {
134+
position: fixed;
135+
top: 0;
136+
left: 0;
137+
width: 100%;
138+
height: 100%;
139+
background-color: #000;
140+
opacity: 0.2;
141+
}
142+
143143
.mx_Dialog_lightbox .mx_Dialog_background {
144144
opacity: 0.85;
145145
}

0 commit comments

Comments
 (0)