mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-24 13:53:21 +02:00
bg images/videos: better overlays .light and .dark
This commit is contained in:
committed by
GitHub
parent
c4e5e8d335
commit
d7767a7381
@@ -1663,19 +1663,18 @@ a#previous {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*=== bg image/video overlay === */
|
||||||
|
/*-- [class*="bg-"] .background.dark, [class*="bg-"] .embed.dark... -- */
|
||||||
|
|
||||||
|
[class*="bg-"] .light,
|
||||||
/*=== bg image light overlay === */
|
[class*="bg-"] .light {
|
||||||
|
|
||||||
[class*="bg-"] .background.light,
|
|
||||||
[class*="bg-"] [class*="background-"].light {
|
|
||||||
filter: alpha(opacity=8000);
|
filter: alpha(opacity=8000);
|
||||||
opacity: 0.80;
|
opacity: 0.80;
|
||||||
filter: alpha(opacity=8);
|
filter: alpha(opacity=8);
|
||||||
}
|
}
|
||||||
|
|
||||||
[class*="bg-"] .background.dark,
|
[class*="bg-"] .dark,
|
||||||
[class*="bg-"] [class*="background-"].dark {
|
[class*="bg-"] .dark {
|
||||||
filter: alpha(opacity=2000);
|
filter: alpha(opacity=2000);
|
||||||
opacity: 0.20;
|
opacity: 0.20;
|
||||||
filter: alpha(opacity=2);
|
filter: alpha(opacity=2);
|
||||||
|
Reference in New Issue
Block a user