mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-22 12:53:23 +02:00
index of slides: mini-slides same bg color as body
This commit is contained in:
committed by
GitHub
parent
34fdc56eac
commit
052772be98
@@ -39,7 +39,9 @@ WebSlides - Colors
|
|||||||
Base
|
Base
|
||||||
=========================================== */
|
=========================================== */
|
||||||
|
|
||||||
body {
|
body,
|
||||||
|
/*index of slides: mini-slides same bg color as body */
|
||||||
|
#webslides-zoomed.grid > .column > .wrap-zoom {
|
||||||
color: #333;
|
color: #333;
|
||||||
background-color: #f7f9fb;
|
background-color: #f7f9fb;
|
||||||
}
|
}
|
||||||
@@ -927,7 +929,6 @@ Zoom: Index of slides
|
|||||||
}
|
}
|
||||||
|
|
||||||
#webslides-zoomed.grid > .column > .wrap-zoom {
|
#webslides-zoomed.grid > .column > .wrap-zoom {
|
||||||
background: #fff;
|
|
||||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.04);
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.04);
|
||||||
}
|
}
|
||||||
#webslides-zoomed.grid > .column > .wrap-zoom:hover {
|
#webslides-zoomed.grid > .column > .wrap-zoom:hover {
|
||||||
@@ -937,4 +938,4 @@ Zoom: Index of slides
|
|||||||
/*background-color: rgba(255, 255, 255, 0.1);*/
|
/*background-color: rgba(255, 255, 255, 0.1);*/
|
||||||
color: #456;
|
color: #456;
|
||||||
text-shadow: 0 1px 0 #fafafa;
|
text-shadow: 0 1px 0 #fafafa;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user