Difference between revisions of "MediaWiki:Common.css"
From cxwiki
Line 10: | Line 10: | ||
span.fancytree-title { | span.fancytree-title { | ||
− | background-color: #ffffff; | + | background-color: #ffffff !important; |
} | } | ||
span.fancytree-active { | span.fancytree-active { | ||
− | background-color: #ffffff; | + | background-color: #ffffff !important; |
} | } | ||
span.fancytree-selected { | span.fancytree-selected { | ||
− | background-color: #ffffff; | + | background-color: #ffffff !important; |
} | } |
Revision as of 08:06, 22 February 2018
/* CSS placed here will be applied to all skins */
#quickbar { width: 200px }
#article { margin-left: 210px }
ul.fancytree-container {
border: none;
outline:none !important;
}
span.fancytree-title {
background-color: #ffffff !important;
}
span.fancytree-active {
background-color: #ffffff !important;
}
span.fancytree-selected {
background-color: #ffffff !important;
}