By Jarook on Saturday, 23 September 2017
Posted in General Issues
Replies 3
Likes 0
Views 677
Votes 0
with reference of one of my old ticket:
Old Ticket Link

Just I noticed: that's y I am creating this ticket since my old ticket is closed. There is small error in Login Button only..
You just click on it and check, It shows its old color..

See the screen shots.

Other two buttons colors are working perfectly.. Only one kind of button has this old color issue after clicking them.
Please try this,

[gist]
#es .btn-es-primary.btn-block {
background-color: green !important;
background-image: none !important;
border: 1px solid white !important;
color: white !important;
}

#es .btn-es-primary.btn-block:focus,
#es .btn-es-primary.btn-block:hover {
background-color: green !important;
background-image: none !important;
border: 1px solid white !important;
color: white !important;
}

#es .btn-es-primary {
background-color: #2298DF !important;
background-image: none !important;
border: 1px solid black !important;
color: white !important;
}

#es .btn-es-primary:focus,
#es .btn-es-primary:hover {
background-color: red !important;
background-image: none !important;
border: 1px solid black !important;
color: white !important;
}

#es.es-docker .docker-login-box .btn-es-primary {
background-color: #2298DF !important;
background-image: none !important;
border: 1px solid white !important;
color: white !important;
}

#es.es-docker .docker-login-box .btn-es-primary:focus,
#es.es-docker .docker-login-box .btn-es-primary:hover {
background-color: #2298DF !important;
background-image: none !important;
border: 1px solid white !important;
color: white !important;
}
[/gist]
·
Saturday, 23 September 2017 15:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks..
·
Saturday, 23 September 2017 16:21
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Jarook
·
Saturday, 23 September 2017 16:32
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post