Jump to content

MediaWiki:Common.css: Difference between revisions

From Pure Evil Villains
Dude of Wealth and Taste (talk | contribs)
No edit summary
Tag: Reverted
Dude of Wealth and Taste (talk | contribs)
No edit summary
Tag: Reverted
Line 1: Line 1:
.create-page-button .mw-ui-button-text {
.mw-ui-button {
   display: inline-block;
   display: inline-block;
   color: inherit;
  background-color: #2b7cff;
   text-decoration: none;
   color: white !important;
  border: 1px solid #2b7cff;
  border-radius: 6px;
  padding: 0.4em 0.9em;
   text-decoration: none !important;
  font-weight: 600;
  cursor: pointer;
}
 
.mw-ui-button:hover {
  background-color: #1e63d6;
}
}

Revision as of 19:48, 13 October 2025

.mw-ui-button {
  display: inline-block;
  background-color: #2b7cff;
  color: white !important;
  border: 1px solid #2b7cff;
  border-radius: 6px;
  padding: 0.4em 0.9em;
  text-decoration: none !important;
  font-weight: 600;
  cursor: pointer;
}

.mw-ui-button:hover {
  background-color: #1e63d6;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.