MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 2,054: | Line 2,054: | ||
.portable-infobox .pi-group:nth-child(odd) { | .portable-infobox .pi-group:nth-child(odd) { | ||
background: #0d1117 !important; | background: #0d1117 !important; | ||
} | |||
/* Dark theme pre editovacie polia */ | |||
textarea, | |||
input, | |||
select { | |||
background-color: #111 !important; | |||
color: #eee !important; | |||
border: 1px solid #333 !important; | |||
} | |||
/* Summary box pod editorom */ | |||
#wpSummary { | |||
background-color: #111 !important; | |||
color: #eee !important; | |||
} | |||
/* Minor edit a watch this page checkbox panel */ | |||
.mw-editform .editCheckboxes, | |||
.mw-summary { | |||
background-color: #111 !important; | |||
color: #eee !important; | |||
border: 1px solid #333 !important; | |||
} | |||
/* Tlačidlá dole */ | |||
#editform input[type="submit"], | |||
#editform button { | |||
background-color: #222 !important; | |||
color: #eee !important; | |||
border: 1px solid #555 !important; | |||
} | } | ||