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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...