keep color button active if its menu is open

This commit is contained in:
Bala Clark 2011-09-03 07:44:59 +02:00
parent effb313d3c
commit 8194f3e7ea
2 changed files with 9 additions and 4 deletions

View file

@ -89,7 +89,8 @@
}
#cb-toolbar button.cb-color:hover,
#cb-toolbar button.cb-color:active {
#cb-toolbar button.cb-color:active,
#cb-toolbar button.cb-color.active {
background-image: url(../img/iconic/green/cog_alt_32x32.png);
}