1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-22 04:43:42 +02:00

#navigation (counter)

This commit is contained in:
José Luis Antúnez
2017-01-16 21:29:02 +01:00
committed by GitHub
parent c1d8441820
commit beb61653cc

View File

@@ -1513,16 +1513,12 @@ left: 0;
/* hover/visibility */
z-index: 3;
}
#navigation {
-webkit-animation: fadeIn 6s;
animation: fadeIn 6s;
opacity:0;
}
#navigation:hover {
opacity: 0.7;
}
#navigation:hover #navigation a:hover {
opacity: 1;
}
#counter {