I need to change the color of Docker Menu.. After clicking on it..
Note: It is not hover color. Pls see the screen Shot
Hey Jarook,
You should try to use the "Inspect tool" with Firefox or Chrome, it'll give you a better understanding on styling the items You could add the css codes below to change the color,
[gist]
body #es.es-docker .btn-docker:active,
body #es.es-docker .btn-docker.active {
background: #2f54b2 !important;
}
[/gist]