2019-12-29 18:45:17 +00:00
|
|
|
/*
|
|
|
|
* Citizen - Flow UI
|
|
|
|
* https://starcitizen.tools
|
|
|
|
*/
|
|
|
|
|
|
|
|
@import '../../../resources/variables.less';
|
|
|
|
|
2021-01-09 21:57:28 +00:00
|
|
|
.skin-citizen-dark {
|
2019-12-29 18:45:17 +00:00
|
|
|
/**
|
|
|
|
mw.flow.ui.NavigationWidget.less
|
|
|
|
*/
|
|
|
|
.flow-ui-navigationWidget {
|
|
|
|
border-bottom: 1px solid @dark-bg-30;
|
|
|
|
|
|
|
|
&-affixed {
|
|
|
|
background: @dark-bg-0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
mw.flow.ui.EditorWidget.less
|
|
|
|
*/
|
2020-10-13 01:25:14 +00:00
|
|
|
.flow-ui-editorWidget > .flow-ui-editorWidget-editor,
|
2020-10-13 01:26:21 +00:00
|
|
|
.flow-ui-editorWidget > .flow-ui-editorWidget-editor:not( .oo-ui-pendingElement-pending ) {
|
2019-12-29 18:45:17 +00:00
|
|
|
background-color: @dark-bg-10;
|
|
|
|
border-color: @dark-bg-30;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
mw.flow.ui.TopicMenuSelectWidget.less
|
|
|
|
*/
|
|
|
|
.flow-ui-topicMenuSelectWidget {
|
|
|
|
&-locked,
|
|
|
|
&-locked:hover {
|
|
|
|
color: @dark-text-70;
|
|
|
|
}
|
|
|
|
border-color: @dark-bg-30;
|
|
|
|
|
|
|
|
&::-webkit-scrollbar-thumb {
|
|
|
|
border: 2px solid @dark-bg-0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&::-webkit-scrollbar-track {
|
|
|
|
background-color: @dark-bg-0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
mw.flow.ui.TopicTitleWidget.less
|
|
|
|
*/
|
|
|
|
.flow-ui-topicTitleWidget {
|
|
|
|
&-termsLabel {
|
|
|
|
color: @dark-text-80;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|