Merge pull request #7018 from marshmalien/fix/styleCalendarWidget

Fix calendar widget styling issues
This commit is contained in:
Marliana Lara
2017-07-12 13:46:25 -04:00
committed by GitHub

View File

@@ -25,7 +25,7 @@
} }
.datepicker-dropdown:before { .datepicker-dropdown:before {
content: ''; content: '';
display: inline-block; display: none;
border-left: 7px solid transparent; border-left: 7px solid transparent;
border-right: 7px solid transparent; border-right: 7px solid transparent;
border-bottom: 7px solid #ccc; border-bottom: 7px solid #ccc;
@@ -35,7 +35,7 @@
} }
.datepicker-dropdown:after { .datepicker-dropdown:after {
content: ''; content: '';
display: inline-block; display: none;
border-left: 6px solid transparent; border-left: 6px solid transparent;
border-right: 6px solid transparent; border-right: 6px solid transparent;
border-bottom: 6px solid #fff; border-bottom: 6px solid #fff;
@@ -87,13 +87,14 @@
-ms-user-select: none; -ms-user-select: none;
user-select: none; user-select: none;
} }
.datepicker table tr td, .datepicker .datepicker-days .table-condensed tr td,
.datepicker table tr th { .datepicker .datepicker-days .table-condensed tr th {
text-align: center; text-align: center;
width: 30px; width: 30px;
height: 30px; height: 30px;
border-radius: 4px; border-radius: 4px;
border: none; border: none;
padding: 0.5em 0.7em;
} }
.table-striped .datepicker table tr td, .table-striped .datepicker table tr td,
.table-striped .datepicker table tr th { .table-striped .datepicker table tr th {