Oh yeah @phenomlab
The post can be marked Resolved. No problem…
And I thanks you again for your hard work
A question:
I have customised the Theme Chooser menu for mobile.
Moreover, if anyone is interested here is the code:
@media all and (max-width: 1024px)
{
.dropdown-menu>li>a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: 400;
line-height: 1.42857143;
color: #fff;
white-space: nowrap;
background: #3A3C41;
}
#theme.dropdown-menu {
position: fixed;
top: 140px;
left: 15px;
z-index: 1000;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
text-align: left;
/* background-clip: padding-box; */
background: #3A3C41;
width: 30px;
border: 1px solid white;
}
I want to change the color of these elements, when the button is selectionned (on mobile). Actually, there blue by default and I wanted to change for white or grey for :
And change the color of these icons :
If you have an idea @phenomlab