mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-25 23:05:47 +00:00
Normalize input styles
This commit is contained in:
parent
d7c92fd568
commit
1706b45211
|
@ -53,7 +53,6 @@ code,
|
|||
.mw-code {
|
||||
color: @base-0;
|
||||
background-color: @base-90;
|
||||
border: 1px solid @base-80;
|
||||
}
|
||||
|
||||
code {
|
||||
|
@ -68,7 +67,6 @@ pre,
|
|||
}
|
||||
|
||||
fieldset {
|
||||
border: 1px solid @base-80;
|
||||
color: @base-30;
|
||||
margin: @content-margin-top 0;
|
||||
padding: @content-margin-top / 2 @margin-side;
|
||||
|
@ -84,6 +82,13 @@ legend {
|
|||
padding: 4px;
|
||||
}
|
||||
|
||||
input,
|
||||
pre,
|
||||
code,
|
||||
fieldset {
|
||||
border: 1px solid @base-80;
|
||||
}
|
||||
|
||||
textarea {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue