MediaWiki:Common.css: Difference between revisions

28.10.2025 Prusac | 27.11.2025

No edit summary
No edit summary
Line 17: Line 17:
   border: 1px solid #ff3d08 !important;
   border: 1px solid #ff3d08 !important;
}
}
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive {
.cdx-button:enabled {
   background-color: #ff3d08 !important;
   background-color: #ff3d08 !important;
}
}

Revision as of 11:44, 31 October 2025

/* CSS placed here will be applied to all skins */

/* sakrivamo 'Actions' i 'Tools'  od neulogovanih korisnika */
aside .d-flex .dropdown {
  display: none;
}
/* pointer u searchbox */
#searchInput {
	caret-color: #ff9900;
}
/* Tagline */
#siteSub {
    display: block;
}
/* forma/input za kreiranje novog clanka */
.cdx-text-input:focus {
  border: 1px solid #ff3d08 !important;
}
.cdx-button:enabled {
  background-color: #ff3d08 !important;
}