Skip to content

Commit

Permalink
fix(mediawiki): 馃悰 add missing preferences styles from 1.41
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Nov 28, 2023
1 parent ecefab8 commit 40fffd6
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
/*
* Citizen - Special Preferences
* https://starcitizen.tools
* https://starcitizen.tools
*/

@import '../../../resources/variables.less';
Expand All @@ -18,3 +18,11 @@
border-color: var( --border-color-base );
}
}

// @since MW 1.41
#preferences {
.mw-htmlform-submit-buttons {
background-color: var( --color-surface-0 );
border-top-color: var( --border-color-base );
}
}

0 comments on commit 40fffd6

Please sign in to comment.