MediaWiki:Nimbus.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 270: Line 270:
}
}
.tab-on, .more-tab-on {
.tab-on, .more-tab-on {
background: linear-gradient(to top, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to top, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%) !important;
}
}
.tab-off, .more-tab-off {
.tab-off, .more-tab-off {
background: linear-gradient(to top, rgb(240, 234, 214) 75%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to top, rgb(240, 234, 214) 75%, rgba(255, 255, 255, 0) 100%) !important;
}
}