Jump to content

Win 10 Theme - Changing menu background


tappatappa

Recommended Posts

I need to change the background color and font color of popupmenu, mainmenu etc components. I thought it would be sufficient to do this

 

CustomCSS:


.x-menu-body {
    background: #FFFFFF;
    color: #809CA7;
}

But this doesn't change a thing.

I have found this code in uni_win10 css

.x-menu-body{
border-radius:"1px";
border-width:"1px"!important;
border-style:"solid";
border-left-color:#ccc;
border-top-color:#ccc;
border-right-color:#ccc;
border-bottom-color:#ccc;
background:white;
background:#f0f0f0!important
}

i am guessing that the !important is preventing me from overriding the background color.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...