Skip to content

Instantly share code, notes, and snippets.

@nayemDevs
Created November 22, 2016 05:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nayemDevs/c70f5d4a91549ae05fd7960e2ed78ed4 to your computer and use it in GitHub Desktop.
Save nayemDevs/c70f5d4a91549ae05fd7960e2ed78ed4 to your computer and use it in GitHub Desktop.
change dashboard hover, button color
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover{
background: #6abb46;
}
input[type="submit"].dokan-btn-theme, a.dokan-btn-theme, .dokan-btn-theme,
input[type="submit"].dokan-btn-theme:hover,
a.dokan-btn-theme:hover,
.dokan-btn-theme:hover,
input[type="submit"].dokan-btn-theme:focus,
a.dokan-btn-theme:focus,
.dokan-btn-theme:focus,
input[type="submit"].dokan-btn-theme:active,
a.dokan-btn-theme:active,
.dokan-btn-theme:active,
input[type="submit"].dokan-btn-theme.active,
a.dokan-btn-theme.active,
.dokan-btn-theme.active,
.open .dropdown-toggleinput[type="submit"].dokan-btn-theme,
.open .dropdown-togglea.dokan-btn-theme,
.open .dropdown-toggle.dokan-btn-theme{
background-color: #6abb46;
border-color: #6abb46;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment