MediaWiki:Vector.css: Difference between revisions

From aurawatch
Jump to navigation Jump to search
No edit summary
No edit summary
Line 16: Line 16:
}
}


.ca-talk {
li#ca-talk.new.mw-list-item {
background-color: transparent !important;
  /* Your custom styles here */
    color: #688ba8;
  background-color: transparent !important;
    cursor: pointer;
    font-size: 0.8em
}
}

Revision as of 06:29, 21 May 2023

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

.vector-menu-tabs-legacy li {
       background-color: transparent !important;
        color: #688ba8;
        cursor: pointer;
}

.new mw-list-item li a {
       background-color: transparent !important;
        color: #688ba8;
        cursor: pointer;
        font-size: 0.8em
}

li#ca-talk.new.mw-list-item {
  /* Your custom styles here */
  background-color: transparent !important;
}