Winter.less: Apply snow effect to directly to tabs
The header has no height anymore without announcements.
This commit is contained in:
parent
31e3ce70a8
commit
cfb9450cf0
|
@ -10,7 +10,7 @@
|
||||||
@tr-hover-color: #c6cfe4;
|
@tr-hover-color: #c6cfe4;
|
||||||
|
|
||||||
/* Snow, from http://codepen.io/NickyCDK/pen/AIonk */
|
/* Snow, from http://codepen.io/NickyCDK/pen/AIonk */
|
||||||
#login, #header-logo-container {
|
#login, #header-logo-container, #main > .container > .controls > .tabs {
|
||||||
background-image: url('../img/winter/snow1.png'), url('../img/winter/snow2.png'), url('../img/winter/snow3.png');
|
background-image: url('../img/winter/snow1.png'), url('../img/winter/snow2.png'), url('../img/winter/snow3.png');
|
||||||
-webkit-animation: snow 10s linear infinite;
|
-webkit-animation: snow 10s linear infinite;
|
||||||
-moz-animation: snow 10s linear infinite;
|
-moz-animation: snow 10s linear infinite;
|
||||||
|
|
Loading…
Reference in New Issue