MediaWiki:Common.css: Difference between revisions
28.10.2025 Prusac | 27.11.2025
No edit summary |
No edit summary |
||
| Line 14: | Line 14: | ||
} | } | ||
/* forma/input za kreiranje novog clanka */ | /* forma/input za kreiranje novog clanka */ | ||
.cdx-text-input {border: 0 !important;} | .cdx-text-input {border: 0 !important;} | ||
.mw-inputbox-createbox {border: 0 !important;} | .mw-inputbox-createbox {border: 0 !important;} | ||
.cdx-text-input__input {border: 0 !important;} | .cdx-text-input__input {border: 0 !important;} | ||
.cdx-text-input__input:enabled {border: 0 !important | .cdx-text-input__input:enabled {border: 0 !important;} | ||
.cdx-text-input__input:enabled:focus {border: 0 !important | .cdx-text-input__input:enabled:focus {border: 0 !important;} | ||
Revision as of 14:30, 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 {border: 0 !important;}
.mw-inputbox-createbox {border: 0 !important;}
.cdx-text-input__input {border: 0 !important;}
.cdx-text-input__input:enabled {border: 0 !important;}
.cdx-text-input__input:enabled:focus {border: 0 !important;}