/*!
 * themes.less
 *
 * Copyright 2016 Achraf Chouk
 * Achraf Chouk (https://github.com/crewstyle)
 */

.theme-overlay .theme-header .close:focus,
.theme-overlay .theme-header .close:hover,
.theme-overlay .theme-header .left:focus,
.theme-overlay .theme-header .left:hover,
.theme-overlay .theme-header .right:focus,
.theme-overlay .theme-header .right:hover,
.theme-browser .theme.add-new-theme:focus:after,
.theme-browser .theme.add-new-theme:hover:after {
    background: @primary;
}
.theme-browser .theme.add-new-theme:focus span:after,
.theme-browser .theme.add-new-theme:hover span:after {
    color: @primary;
}
