mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Update winter theme for new menu style
This commit is contained in:
parent
9a4eb7268c
commit
80b0f165ac
@ -37,4 +37,24 @@
|
|||||||
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
|
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
|
||||||
50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
|
50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
|
||||||
100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
|
100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#menu .nav-level-2 > .nav-item.active {
|
||||||
|
> a:focus, > a:hover {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#menu ul.nav-level-1 > .nav-item {
|
||||||
|
&:focus, &:hover {
|
||||||
|
background-image: url('../img/winter/snow1.png'), url('../img/winter/snow2.png'), url('../img/winter/snow3.png');
|
||||||
|
-webkit-animation: snow 10s linear infinite;
|
||||||
|
-moz-animation: snow 10s linear infinite;
|
||||||
|
-ms-animation: snow 10s linear infinite;
|
||||||
|
animation: snow 10s linear infinite;
|
||||||
|
}
|
||||||
|
|
||||||
|
> a:hover, > a:focus {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user