MediaWiki:Vector.css: Difference between revisions

From aurawatch
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 6: Line 6:


/* Inactive tab background color */
/* Inactive tab background color */
.selected mw-list-item {
.vector-menu-tabs-legacy ul {
   background-color: #00FF00; /* Green color */
   background-color: #00FF00; /* Green color */
}
}

Revision as of 06:03, 21 May 2023

div.vectorTabs ul li#ca-history {
   display: none;
}

/* Custom background color for Vector skin tabs */

/* Inactive tab background color */
.vector-menu-tabs-legacy ul {
  background-color: #00FF00; /* Green color */
}