MediaWiki:Vector.css: Difference between revisions

From WikiIndex
Jump to navigation Jump to search
(add)
 
(indent with tabs, not with spaces)
Line 3: Line 3:
/* Edit with form button in UEB green */
/* Edit with form button in UEB green */
.vectorTabs ul li#ca-form_edit span a {
.vectorTabs ul li#ca-form_edit span a {
    color: #00A228;
color: #00A228;
    font-weight: bold;
font-weight: bold;
}
}

Revision as of 16:17, 4 May 2013

/* CSS placed here will affect users of the Vector skin */

/* Edit with form button in UEB green */
.vectorTabs ul li#ca-form_edit span a {
	color: #00A228;
	font-weight: bold;
}