By Jarook on Thursday, 07 September 2017
Posted in General Issues
Replies 1
Likes 0
Views 507
Votes 0
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]
·
Friday, 08 September 2017 00:39
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post