fix weird styles on firefox

This commit is contained in:
ansuz
2016-07-12 16:30:07 +02:00
parent d1154e8786
commit 868c84095a
2 changed files with 9 additions and 6 deletions

View File

@@ -25,7 +25,6 @@
}
.alertify {
position: fixed;
background-color: @alertify-bg;
left: 0;
@@ -134,16 +133,16 @@
}
&:focus {
// FIXME
border: 1px solid rgba(0, 0, 0, .1);
border: 1px dotted @base;
}
&::-moz-focus-inner {
border:0;
}
}
button.btn {
margin: 6px 4px;
}
}
}
}