mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 00:01:05 +00:00
Fix popup dark mode color
This commit is contained in:
parent
d2124579a3
commit
d4113bc834
|
@ -39,57 +39,57 @@
|
|||
|
||||
&.mwe-popups-no-image-tri {
|
||||
&:before {
|
||||
border-top-color: @dark-bg-50;
|
||||
border-bottom-color: @dark-bg-50;
|
||||
}
|
||||
|
||||
&:after {
|
||||
border-top-color: @dark-bg-50;
|
||||
border-bottom-color: @dark-bg-50;
|
||||
}
|
||||
|
||||
&.flipped_x {
|
||||
&:before {
|
||||
border-top-color: @dark-bg-50;
|
||||
border-bottom-color: @dark-bg-50;
|
||||
}
|
||||
|
||||
&:after {
|
||||
border-top-color: @dark-bg-50;
|
||||
border-bottom-color: @dark-bg-50;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.flipped_x.mwe-popups-is-tall {
|
||||
&:before {
|
||||
border-top-color: @dark-bg-50;
|
||||
border-bottom-color: @dark-bg-50;
|
||||
}
|
||||
}
|
||||
|
||||
&.flipped_x_y {
|
||||
&:before {
|
||||
border-bottom-color: @dark-bg-50;
|
||||
border-top-color: @dark-bg-50;
|
||||
}
|
||||
|
||||
&:after {
|
||||
border-bottom-color: @dark-bg-50;
|
||||
border-top-color: @dark-bg-50;
|
||||
}
|
||||
|
||||
&.mwe-popups-is-tall {
|
||||
&:before {
|
||||
border-bottom-color: @dark-bg-50;
|
||||
border-top-color: @dark-bg-50;
|
||||
}
|
||||
|
||||
&:after {
|
||||
border-bottom-color: @dark-bg-50;
|
||||
border-top-color: @dark-bg-50;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.flipped_y {
|
||||
&:before {
|
||||
border-bottom-color: @dark-bg-50;
|
||||
border-top-color: @dark-bg-50;
|
||||
}
|
||||
|
||||
&:after {
|
||||
border-bottom-color: @dark-bg-50;
|
||||
border-top-color: @dark-bg-50;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue