@@ -66,6 +66,11 @@ input[type=text]:focus, textarea:focus {
66
66
box-shadow : none;
67
67
}
68
68
69
+ /* Prevent ugly dotted highlight around selected elements in Firefox */
70
+ ::-moz-focus-inner {
71
+ border : 0 ;
72
+ }
73
+
69
74
/* applied to side-panels and messagepanel when in RoomSettings */
70
75
.mx_fadable {
71
76
opacity : 1 ;
@@ -154,13 +159,14 @@ input[type=text]:focus, textarea:focus {
154
159
.mx_Dialog {
155
160
background-color : # fff ;
156
161
color : # 747474 ;
157
- text-align : center;
158
162
z-index : 4010 ;
159
163
font-weight : 300 ;
160
164
font-size : 15px ;
161
165
position : relative;
162
- border-radius : 8px ;
163
- max-width : 80% ;
166
+ padding-left : 58px ;
167
+ width : 60% ;
168
+ max-width : 704px ;
169
+ box-shadow : 0 1px 0 0 rgba (0 , 0 , 0 , 0.2 );
164
170
}
165
171
166
172
.mx_Dialog_background {
@@ -169,12 +175,13 @@ input[type=text]:focus, textarea:focus {
169
175
left : 0 ;
170
176
width : 100% ;
171
177
height : 100% ;
172
- background-color : # 000 ;
173
- opacity : 0.2 ;
178
+ background-color : # e9e9e9 ;
179
+ opacity : 0.8 ;
174
180
}
175
181
176
182
.mx_Dialog_lightbox .mx_Dialog_background {
177
183
opacity : 0.85 ;
184
+ background-color : # 000 ;
178
185
}
179
186
180
187
.mx_Dialog_lightbox .mx_Dialog {
@@ -188,34 +195,45 @@ input[type=text]:focus, textarea:focus {
188
195
}
189
196
190
197
.mx_Dialog_content {
191
- margin : 24px ;
198
+ margin : 24px 58px 68px 0 ;
199
+ font-size : 14px ;
200
+ color : # 4a4a4a ;
201
+ word-wrap : break-word;
192
202
}
193
203
194
204
.mx_Dialog_buttons {
195
- padding-bottom : 24 px ;
205
+ padding-bottom : 36 px ;
196
206
}
197
207
198
208
.mx_Dialog button , .mx_Dialog input [type = "submit" ] {
199
209
border : 0px ;
200
210
height : 36px ;
201
- border-radius : 36px ;
211
+ border-radius : 40px ;
212
+ border : solid 1px # 76cfa6 ;
202
213
font-weight : 400 ;
203
214
font-size : 15px ;
215
+ margin-left : 0px ;
216
+ margin-right : 8px ;
217
+ padding-left : 1.5em ;
218
+ padding-right : 1.5em ;
219
+ outline : none;
220
+
221
+ color : # 76cfa6 ;
222
+ background-color : # fff ;
223
+ }
224
+
225
+ .mx_Dialog button .mx_Dialog_primary , .mx_Dialog input [type = "submit" ].mx_Dialog_primary {
204
226
color : # fff ;
205
227
background-color : # 76cfa6 ;
206
- margin-left : 8px ;
207
- margin-right : 8px ;
208
- padding-left : 1em ;
209
- padding-right : 1em ;
210
228
}
211
229
212
230
.mx_Dialog_title {
213
231
min-height : 16px ;
214
- padding : 12px ;
215
- border-bottom : 1px solid # a4a4a4 ;
232
+ padding-top : 40px ;
216
233
font-weight : bold;
217
- font-size : 18 px ;
234
+ font-size : 22 px ;
218
235
line-height : 1.4 ;
236
+ color : # 454545 ;
219
237
}
220
238
221
239
.mx_TextInputDialog_label {
0 commit comments