mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 00:01:05 +00:00
feat(skinStyles): tweak Echo popup styles
This commit is contained in:
parent
8121ecb855
commit
398f6da83d
|
@ -11,12 +11,13 @@
|
||||||
.mw-echo-ui-notificationBadgeButtonPopupWidget {
|
.mw-echo-ui-notificationBadgeButtonPopupWidget {
|
||||||
&-popup {
|
&-popup {
|
||||||
margin-top: 8px; // align with other menus
|
margin-top: 8px; // align with other menus
|
||||||
box-shadow: 0 14px 28px rgba( 0, 0, 0, 0.0625 ), 0 10px 10px rgba( 0, 0, 0, 0.055 ); // boxshadow 3
|
box-shadow: var( --box-shadow-dialog );
|
||||||
filter: none; // disable filter drop shadow
|
filter: none; // disable filter drop shadow
|
||||||
|
|
||||||
> .oo-ui-popupWidget-popup {
|
> .oo-ui-popupWidget-popup {
|
||||||
> .oo-ui-popupWidget-head {
|
> .oo-ui-popupWidget-head {
|
||||||
box-sizing: content-box; // fix overflow
|
box-sizing: content-box; // fix overflow
|
||||||
|
padding-top: 8px; // align with other menus
|
||||||
border-bottom-color: var( --border-color-base );
|
border-bottom-color: var( --border-color-base );
|
||||||
|
|
||||||
> .oo-ui-iconWidget {
|
> .oo-ui-iconWidget {
|
||||||
|
|
Loading…
Reference in a new issue