mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
Make a dinner reservation - MediaWiki CI
I clean up code to MediaWiki standards
This commit is contained in:
parent
3c3e4159c4
commit
49c91ba3fe
|
@ -21,7 +21,7 @@
|
|||
mw.flow.ui.EditorWidget.less
|
||||
*/
|
||||
.flow-ui-editorWidget > .flow-ui-editorWidget-editor,
|
||||
.flow-ui-editorWidget > .flow-ui-editorWidget-editor:not(.oo-ui-pendingElement-pending) {
|
||||
.flow-ui-editorWidget > .flow-ui-editorWidget-editor:not( .oo-ui-pendingElement-pending ) {
|
||||
background-color: @dark-bg-10;
|
||||
border-color: @dark-bg-30;
|
||||
}
|
||||
|
|
|
@ -178,7 +178,6 @@
|
|||
background-color: rgba( 41, 98, 204, 0.1 );
|
||||
color: @dark-text-100;
|
||||
}
|
||||
|
||||
background-color: @accent-10;
|
||||
}
|
||||
|
||||
|
@ -260,7 +259,7 @@
|
|||
|
||||
.oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools .oo-ui-tool.oo-ui-widget-disabled.oo-ui-flaggedElement-primary > .oo-ui-tool-link,
|
||||
.oo-ui-barToolGroup-tools.oo-ui-toolGroup-disabled-tools .oo-ui-tool.oo-ui-flaggedElement-primary > .oo-ui-tool-link {
|
||||
background-color: @dark-bg-30;;
|
||||
border-color: @dark-bg-30;;
|
||||
background-color: @dark-bg-30;
|
||||
border-color: @dark-bg-30;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue