mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-25 23:05:47 +00:00
Merge pull request #153 from StarCitizenTools/dev
Fix popup background color overflow
This commit is contained in:
commit
d648bc9f53
|
@ -10,20 +10,12 @@
|
|||
border: 0;
|
||||
border-radius: 0;
|
||||
.boxshadow(4);
|
||||
|
||||
> div > a > svg {
|
||||
background-color: @base-80;
|
||||
}
|
||||
}
|
||||
|
||||
@media ( prefers-color-scheme: dark ) {
|
||||
.mwe-popups {
|
||||
background: @dark-bg-50;
|
||||
|
||||
> div > a > svg {
|
||||
background-color: @dark-bg-40;
|
||||
}
|
||||
|
||||
&.mwe-popups-image-tri:after {
|
||||
border-color: @dark-bg-50;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue