mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
Align legend styles with wikitable
This commit is contained in:
parent
0d284eb7e2
commit
80dc7e4ad9
|
@ -71,7 +71,7 @@ fieldset > table {
|
|||
}
|
||||
|
||||
legend {
|
||||
color: @base-20;
|
||||
color: @base-30;
|
||||
margin: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
@ -294,7 +294,7 @@ figcaption,
|
|||
}
|
||||
|
||||
legend {
|
||||
color: @dark-text-100;
|
||||
color: @dark-text-80;
|
||||
}
|
||||
|
||||
a,
|
||||
|
|
|
@ -15,9 +15,15 @@
|
|||
|
||||
.rcoptions {
|
||||
margin: @content-margin-top * 2 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
|
||||
legend {
|
||||
padding: 0;
|
||||
margin-bottom: @margin-side / 2;
|
||||
padding: @margin-side / 2 0;
|
||||
width: 100%;
|
||||
border-bottom: 1px solid @base-80;
|
||||
font-size: @content-small-text-size;
|
||||
}
|
||||
|
||||
// Needed additional parent to override
|
||||
|
@ -51,6 +57,10 @@
|
|||
.rcoptions {
|
||||
color: @dark-text-90;
|
||||
|
||||
legend {
|
||||
border-color: @dark-bg-20;
|
||||
}
|
||||
|
||||
.mw-changeslist-legend {
|
||||
border-color: @dark-bg-20;
|
||||
}
|
||||
|
@ -58,7 +68,7 @@
|
|||
|
||||
.mw-changeslist {
|
||||
h4 {
|
||||
color: @dark-text-60 !important;
|
||||
color: @dark-text-80 !important;
|
||||
border-color: @dark-bg-20;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue