vendor/assets/stylesheets/datepicker.scss in active_frontend-3.0.4 vs vendor/assets/stylesheets/datepicker.scss in active_frontend-4.0.0

- old
+ new

@@ -10,19 +10,19 @@ padding: 5px; top: 0; z-index: 1060; } .datepicker:before { - border-bottom: 7px solid rgba(249,249,249,1); + border-bottom: 7px solid rgba(230,237,242,1); border-right: 7px solid transparent; border-left: 7px solid transparent; content: ''; display: inline-block; position: absolute; } .datepicker:after { - border-bottom: 6px solid rgba(249,249,249,1); + border-bottom: 6px solid rgba(230,237,242,1); border-right: 6px solid transparent; border-left: 6px solid transparent; content: ''; display: inline-block; position: absolute; @@ -34,19 +34,19 @@ .datepicker.datepicker-orient-top:before { top: -7px; } .datepicker.datepicker-orient-top:after { top: -6px; } .datepicker.datepicker-orient-bottom:before { bottom: -7px; border-bottom: 0; - border-top: 7px solid rgba(249,249,249,1); + border-top: 7px solid rgba(230,237,242,1); } .datepicker.datepicker-orient-bottom:after { bottom: -6px; border-bottom: 0; - border-top: 6px rgba(249,249,249,1); + border-top: 6px rgba(230,237,242,1); } .dow { - color: rgba(34,34,34,1); + color: rgba(91,146,250,1); font-weight: bold; } .datepicker > div { display: none; } .datepicker table { margin: 0; @@ -66,11 +66,11 @@ line-height: 16px; text-align: center; width: 20px; } .datepicker td.day:hover { - background: rgba(34,34,34,1); + background: rgba(91,146,250,1); border-radius: 2px; color: rgba(255,255,255,1); cursor: pointer; } .datepicker td.day.disabled { color: rgba(200,200,200,1); } @@ -88,11 +88,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(27,192,109,1); + background: rgba(91,146,250,1); border-radius: 2px; color: rgba(255,255,255,1); } .datepicker td span { border-radius: 500px; @@ -102,31 +102,31 @@ line-height: 46px; margin: 2px; width: 46px; } .datepicker td span:hover { - background: rgba(34,34,34,1); - color: rgba(34,34,34,1); + background: rgba(91,146,250,1); + 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(27,192,109,1); + background: rgba(91,146,250,1); 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(34,34,34,1); + background: rgba(91,146,250,1); 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