vendor/assets/stylesheets/datepicker.scss in active_frontend-5.0.1 vs vendor/assets/stylesheets/datepicker.scss in active_frontend-6.0.0
- old
+ new
@@ -1,9 +1,14 @@
/* Table of Contents
==================================================
+# Import
# Datepicker */
+/* # Import
+================================================== */
+@import 'activefrontend';
+
/* # Datepicker
================================================== */
.datepicker {
left: 0;
margin-top: 1px;
@@ -66,11 +71,11 @@
line-height: 16px;
text-align: center;
width: 20px;
}
.datepicker td.day:hover {
- background: rgba(0,153,255,1);
+ background: $primary-color;
border-radius: 2px;
color: rgba(255,255,255,1);
cursor: pointer;
}
.datepicker td.day.disabled { color: rgba(200,200,200,1); }
@@ -88,11 +93,11 @@
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
- background: rgba(0,153,255,1);
+ background: $primary-color;
border-radius: 2px;
color: rgba(255,255,255,1);
}
.datepicker td span {
border-radius: 500px;
@@ -102,31 +107,31 @@
line-height: 46px;
margin: 2px;
width: 46px;
}
.datepicker td span:hover {
- background: rgba(0,153,255,1);
+ background: $primary-color;
color: rgba(255,255,255,1);
cursor: pointer;
}
.datepicker td span.active,
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
- background: rgba(0,153,255,1);
+ background: $primary-color;
color: rgba(255,255,255,1);
}
.datepicker th.switch {
font-weight: bold;
width: 145px;
}
.datepicker th.next,
.datepicker th.prev { font-size: 17px; }
.datepicker thead tr:first-child th:hover {
- background: rgba(0,153,255,1);
+ background: $primary-color;
border-radius: 2px;
color: rgba(255,255,255,1);
cursor: pointer;
}
.datepicker thead tr:first-child th:nth-child(2) { font-weight: bold; }
\ No newline at end of file