keep color button active if its menu is open
This commit is contained in:
parent
effb313d3c
commit
8194f3e7ea
2 changed files with 9 additions and 4 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue