Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #194 from mbeard/datepicker-blackouts
Browse files Browse the repository at this point in the history
updated styles for datepicker so that restricted dates are styled the sa...
  • Loading branch information
Christopher McCulloh committed Mar 17, 2015
2 parents ca6e6ae + d9928cc commit 52b69a3
Showing 1 changed file with 14 additions and 21 deletions.
35 changes: 14 additions & 21 deletions less/fuelux-override/datepicker.less
Original file line number Diff line number Diff line change
Expand Up @@ -112,36 +112,29 @@
background: #E6E6E6;
border: 1px solid #999;
}
}

&.past {
button {
background: #fff;
border: 1px solid #ddd;
color: #ddd;
&.selected, &.selected:hover {
button {
background: @blue-slate;
border: none;
-webkit-box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.1) inset;
box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.1) inset;
}
}
}

&.restricted {
button, button:hover {
background: #f3f3f3;
border: 1px solid #e4e4e4;
color: #bbb;
b {
line-height: 15px;

&:before {
border-top: 1px solid #a94442;
bottom: 0;
content: " ";
display: block;
left: 5px;
position: absolute;
right: 5px;
top: 50%;
display:none;
}
}

b {
line-height: 15px;
b, b:hover, button, button:hover {
background: #fff;
border: 1px solid #ddd;
color: #ddd;
}
}

Expand Down

0 comments on commit 52b69a3

Please sign in to comment.