close #266 Fixed: CSS fault with dashboard date picker (Firefox)

This commit is contained in:
cuneytsenturk
2018-07-19 13:01:11 +03:00
parent 2a1252e6fc
commit 5a4bed7e04
7 changed files with 17 additions and 6 deletions

11
public/css/app.css vendored
View File

@@ -662,3 +662,14 @@ input[type="number"] {
border-bottom: 20px solid transparent;
border-left: 20px solid #ecf0f5;
}
@-moz-document url-prefix() {
.show-calendar .calendar-table .table-condensed > tbody > tr > td,
.show-calendar .calendar-table .table-condensed > tbody > tr > th,
.show-calendar .calendar-table .table-condensed > tfoot > tr > td,
.show-calendar .calendar-table .table-condensed > tfoot > tr > th,
.show-calendar .calendar-table .table-condensed > thead > tr > td,
.show-calendar .calendar-table .table-condensed > thead > tr > th {
padding: 0;
}
}