mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 00:01:05 +00:00
Tweak echo styles
This commit is contained in:
parent
52b58f0d95
commit
234f85be50
|
@ -7,7 +7,7 @@
|
||||||
@import '../../../resources/mixins.less';
|
@import '../../../resources/mixins.less';
|
||||||
|
|
||||||
.mw-echo-ui-overlay {
|
.mw-echo-ui-overlay {
|
||||||
z-index: 6;
|
z-index: 100; // Higher than header
|
||||||
}
|
}
|
||||||
|
|
||||||
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-head {
|
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-head {
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
.oo-ui-popupWidget-popup {
|
.oo-ui-popupWidget-popup {
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: 0;
|
border-radius: @border-radius-medium;
|
||||||
.boxshadow(4);
|
.boxshadow(4);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue