Skip to content

Commit

Permalink
Generated by TRAVIS-CI bdc8b77
Browse files Browse the repository at this point in the history
Datepicker Example: Correct colour contrast (issue #1170)
  • Loading branch information
michael-n-cooper committed Oct 25, 2019
1 parent 44b43d0 commit 7d2fbaf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/dialog-modal/css/datepicker.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

.datepicker button.icon:focus {
outline: none;
border-color: hsl(216, 80%, 55%);
border-color: hsl(216, 80%, 51%);
}

.datepicker span.arrow {
Expand All @@ -37,7 +37,7 @@
width: 45%;
clear: both;
display: none;
border: 3px solid hsl(216, 80%, 55%);
border: 3px solid hsl(216, 80%, 51%);
margin-top: 1em;
border-radius: 5px;
padding: 0;
Expand All @@ -46,7 +46,7 @@

.datepicker .header {
cursor: default;
background-color: hsl(216, 80%, 55%);
background-color: hsl(216, 80%, 51%);
padding: 7px;
font-weight: bold;
text-transform: uppercase;
Expand Down Expand Up @@ -119,7 +119,7 @@
}

.datepicker .fa-calendar-alt {
color: hsl(216, 89%, 72%);
color: hsl(216, 89%, 51%);
}

.datepicker .monthYear {
Expand Down Expand Up @@ -193,6 +193,6 @@
padding-top: 0.25em;
padding-left: 1em;
height: 1.75em;
background: hsl(216, 80%, 55%);
background: hsl(216, 80%, 51%);
color: white;
}

0 comments on commit 7d2fbaf

Please sign in to comment.