fix weird styles on firefox
This commit is contained in:
@@ -121,7 +121,11 @@
|
|||||||
}
|
}
|
||||||
.alertify .dialog nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button):focus,
|
.alertify .dialog nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button):focus,
|
||||||
.alertify .alert nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button):focus {
|
.alertify .alert nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button):focus {
|
||||||
border: 1px solid rgba(0, 0, 0, 0.1);
|
border: 1px dotted #302B28;
|
||||||
|
}
|
||||||
|
.alertify .dialog nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button)::-moz-focus-inner,
|
||||||
|
.alertify .alert nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button)::-moz-focus-inner {
|
||||||
|
border: 0;
|
||||||
}
|
}
|
||||||
.alertify .dialog nav button.btn,
|
.alertify .dialog nav button.btn,
|
||||||
.alertify .alert nav button.btn {
|
.alertify .alert nav button.btn {
|
||||||
|
|||||||
@@ -25,7 +25,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.alertify {
|
.alertify {
|
||||||
|
|
||||||
position: fixed;
|
position: fixed;
|
||||||
background-color: @alertify-bg;
|
background-color: @alertify-bg;
|
||||||
left: 0;
|
left: 0;
|
||||||
@@ -134,16 +133,16 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
// FIXME
|
border: 1px dotted @base;
|
||||||
border: 1px solid rgba(0, 0, 0, .1);
|
}
|
||||||
|
&::-moz-focus-inner {
|
||||||
|
border:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
button.btn {
|
button.btn {
|
||||||
margin: 6px 4px;
|
margin: 6px 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user