Skip to content

Commit

Permalink
feat(md-color): add range coloring
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanood committed May 4, 2016
1 parent 0d97831 commit 402348f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/colors/md-colors.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,14 @@
background-color: ${mdAccentColor};
}

/* range */
md-range .range-field input[type="range"]::-webkit-slider-thumb, md-range .range-field input[type=range]::-moz-range-thumb, md-range .range-field input[type=range]::-ms-thumb {
background-color: ${mdAccentColor} !important;
}
md-range input[type="range"] + .thumb {
background-color: ${mdAccentColor};
}

/* select */
.dropdown-content li > a, .dropdown-content li > span {
color: ${mdAccentColor};
Expand Down

0 comments on commit 402348f

Please sign in to comment.