Hello,I would like to change colors of tab and button.I attached pictures.
Thank you for your help.
Thank you for your help.
/** To customize the main color of the toolbar **/
body div#es-wrap .es-toolbar .navbar-inner {
background-color: #00948A !important;
background-image: linear-gradient(to bottom, #00948A, #00948A) !important;
border: 1px solid #00C7AB !important;
}
/** To customize the search area in the toolbar **/
body div#es-wrap .es-toolbar .es-navbar-search .search-query,
body div#es-wrap .es-toolbar .es-navbar-search{
background-color: #00B6AD !important;
}
/** toolbar button
body div#es-wrap .es-toolbar .es-nav > li > a [class^="ies-"], body div#es-wrap .es-toolbar .es-nav > li > a [class*=" ies-"] {
color: #B63A3A;
}
/** Share button
div#es-wrap .btn-es-primary, div#es-wrap .btn-es-primary:focus {
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
background-color: #6BBAFF;
background-image: -moz-linear-gradient(top,#91c2ea,#6d9cca);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#91c2ea),to(#6d9cca));
background-image: -webkit-linear-gradient(top,#91c2ea,#6d9cca);
background-image: -o-linear-gradient(top,#91c2ea,#6d9cca);
background-image: linear-gradient(to bottom,#3FA1F1,#6d9cca);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff91c2ea', endColorstr='#ff6d9cca', GradientType=0);
border-color: #6d9cca #6d9cca #3e76ac;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
div#es-wrap .btn-es-primary:hover, div#es-wrap .btn-es-primary:active, div#es-wrap .btn-es-primary.active, div#es-wrap .btn-es-primary.disabled, div#es-wrap .btn-es-primary[disabled], div#es-wrap .btn-es-primary:focus:hover, div#es-wrap .btn-es-primary:focus:active, div#es-wrap .btn-es-primary:focus.active, div#es-wrap .btn-es-primary:focus.disabled, div#es-wrap .btn-es-primary:focus[disabled] {
color: #fff;
/* background-color: #6d9cca;
div#es-wrap .btn:hover {
/* color: #333; */
/* text-decoration: none; */
/* background-position: 0 -15px; */
/* -webkit-transition: background-position .1s linear; */
-moz-transition: background-position .1s linear;
-o-transition: background-position .1s linear;
/* transition: background-position .1s linear; */
}
body div#fd.es .btn-sidebar-toggle
{
// Your custom css codes here
}
body div#es-wrap .btn-sidebar-toggle
{
// Your custom css codes here
}
body div#es-wrap .btn-sidebar-toggle:hover
{
}