File tree 1 file changed +7
-15
lines changed 1 file changed +7
-15
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,11 @@ input[type=text]:focus, textarea:focus {
58
58
box-shadow : none;
59
59
}
60
60
61
+ /* Prevent ugly dotted highlight around selected elements in Firefox */
62
+ ::-moz-focus-inner {
63
+ border : 0 ;
64
+ }
65
+
61
66
/* applied to side-panels and messagepanel when in RoomSettings */
62
67
.mx_fadable {
63
68
opacity : 1 ;
@@ -202,28 +207,15 @@ input[type=text]:focus, textarea:focus {
202
207
margin-right : 8px ;
203
208
padding-left : 1.5em ;
204
209
padding-right : 1.5em ;
210
+ outline : none;
205
211
206
212
color : # 76cfa6 ;
207
213
background-color : # fff ;
208
- outline : none;
209
214
}
210
215
211
- /* The first button in a dialog is the primary */
212
- .mx_Dialog button : first-child , .mx_Dialog input [type = "submit" ]: first-child {
213
- border : 0px ;
214
- height : 36px ;
215
- border-radius : 40px ;
216
- border : solid 1px # 76cfa6 ;
217
- font-weight : 400 ;
218
- font-size : 15px ;
219
- margin-left : 0px ;
220
- margin-right : 8px ;
221
- padding-left : 1.5em ;
222
- padding-right : 1.5em ;
223
-
216
+ .mx_Dialog .mx_Dialog_primary {
224
217
color : # fff ;
225
218
background-color : # 76cfa6 ;
226
- outline : none;
227
219
}
228
220
229
221
.mx_Dialog_title {
You can’t perform that action at this time.
0 commit comments