mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
Tweak echo styles
This commit is contained in:
parent
52b58f0d95
commit
234f85be50
|
@ -7,7 +7,7 @@
|
|||
@import '../../../resources/mixins.less';
|
||||
|
||||
.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 {
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
.oo-ui-popupWidget-popup {
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
border-radius: @border-radius-medium;
|
||||
.boxshadow(4);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue