1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-22 12:53:23 +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,18 +1513,14 @@ left: 0;
/* hover/visibility */ /* hover/visibility */
z-index: 3; z-index: 3;
} }
#navigation { #navigation {
-webkit-animation: fadeIn 6s; -webkit-animation: fadeIn 6s;
animation: fadeIn 6s; animation: fadeIn 6s;
opacity:0; opacity:0;
} }
#navigation:hover { #navigation:hover {
opacity: 0.7;
}
#navigation:hover #navigation a:hover {
opacity: 1; opacity: 1;
} }
#counter { #counter {
position: relative; position: relative;
display: block; display: block;