Commit fcc725e7 by Tom Giannattasio

finished calendar styles

parent b685af44
.ui-datepicker {
border-color: $darkGrey;
background: $lightGrey;
font-family: $sans-serif;
font-size: 12px;
......@@ -21,4 +23,28 @@
}
}
}
.ui-state-default {
border-color: $mediumGrey;
color: $blue;
@include transition(none);
&.ui-state-hover {
background: $orange;
border-color: $orange;
color: #fff;
}
}
.ui-state-highlight {
background: $blue;
border-color: $blue;
color: #fff;
}
.ui-state-active {
background: $orange;
border-color: $orange;
color: #fff;
}
}
\ No newline at end of file
......@@ -14,6 +14,7 @@ $pink: rgb(182,37,104);
$error-red: rgb(253, 87, 87);
$blue: #5597dd;
$orange: #edbd3c;
$lightGrey: #edf1f5;
$mediumGrey: #ced2db;
$darkGrey: #8891a1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment