vendor/assets/stylesheets/pickadate/default.date.css in pickadate-rails-1.5.0 vs vendor/assets/stylesheets/pickadate/default.date.css in pickadate-rails-3.5.2.0
- old
+ new
@@ -64,10 +64,11 @@
.picker__nav--next {
position: absolute;
padding: .5em 1.25em;
width: 1em;
height: 1em;
+ box-sizing: content-box;
top: -0.25em;
}
@media (min-width: 24.5em) {
.picker__nav--prev,
.picker__nav--next {
@@ -167,11 +168,10 @@
padding: .3125em 0;
font-weight: 200;
border: 1px solid transparent;
}
.picker__day--today {
- color: #0089ec;
position: relative;
}
.picker__day--today:before {
content: " ";
position: absolute;
@@ -180,17 +180,10 @@
width: 0;
height: 0;
border-top: 0.5em solid #0059bc;
border-left: .5em solid transparent;
}
-.picker__day--selected,
-.picker__day--selected:hover {
- border-color: #0089ec;
-}
-.picker__day--highlighted {
- background: #b1dcfb;
-}
.picker__day--disabled:before {
border-top-color: #aaaaaa;
}
.picker__day--outfocus {
color: #dddddd;
@@ -199,11 +192,21 @@
.picker__day--outfocus:hover {
cursor: pointer;
color: #000000;
background: #b1dcfb;
}
+.picker__day--highlighted {
+ border-color: #0089ec;
+}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
+ cursor: pointer;
+ color: #000000;
+ background: #b1dcfb;
+}
+.picker__day--selected,
+.picker__day--selected:hover,
+.picker--focused .picker__day--selected {
background: #0089ec;
color: #ffffff;
}
.picker__day--disabled,
.picker__day--disabled:hover {