1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-20 03:41:38 +02:00

navigation arrows (#webslides:hover)

This commit is contained in:
José Luis Antúnez
2017-01-16 22:53:47 +01:00
committed by GitHub
parent beb61653cc
commit 203cca427a

View File

@@ -1518,7 +1518,10 @@ z-index: 3;
animation: fadeIn 6s;
opacity:0;
}
#navigation:hover {
/*#navigation:hover {
opacity: 1;
}*/
#webslides:hover #navigation {
opacity: 1;
}
#counter {