adding css for color chooser

main
Ezequiel Bergamaschi 2014-04-16 01:57:42 -03:00
parent 5206d3b627
commit 9d86fdd7e1
1 changed files with 4 additions and 0 deletions

View File

@ -372,6 +372,10 @@ abbr[title] {
background-color: #C8C8C8;
}
.colorInput:hover {
background-color: #C8C8C8;
}
.bs-glyphicons {
width: 800%;
}