Fixed menu transition in Safari

This commit is contained in:
Igor Zhukov 2015-01-19 20:42:27 +03:00
parent 5f934d068a
commit f2a3cdb5c1

View File

@ -92,16 +92,21 @@
} }
.tg_head_logo_dropdown:not(.open) .dropdown-toggle:hover .icon-bar:nth-child(1) { .tg_head_logo_dropdown:not(.open) .dropdown-toggle:hover .icon-bar:nth-child(1) {
-webkit-transform: translateY(-1px); -webkit-transform: translateY(-1px);
-moz-transform: translateY(-1px);
-ms-transform: translateY(-1px);
-o-transform: translateY(-1px);
transform: translateY(-1px);
} }
.tg_head_logo_dropdown:not(.open) .dropdown-toggle:hover .icon-bar:nth-child(3) { .tg_head_logo_dropdown:not(.open) .dropdown-toggle:hover .icon-bar:nth-child(3) {
-webkit-transform: translateY(1px); -webkit-transform: translateY(1px);
} }
.tg_head_logo_dropdown.open .icon-bar:nth-child(1) { .tg_head_logo_dropdown.open .icon-bar:nth-child(1) {
-webkit-transform: translate3d(0,-6px,0) rotate(-45deg); -webkit-transform: translate3d(0,6px,0) rotate(45deg);
-moz-transform: translate3d(0,-6px,0) rotate(-45deg); -moz-transform: translate3d(0,6px,0) rotate(45deg);
-ms-transform: translate3d(0,-6px,0) rotate(-45deg); -ms-transform: translate3d(0,6px,0) rotate(45deg);
-o-transform: translate3d(0,-6px,0) rotate(-45deg); -o-transform: translate3d(0,6px,0) rotate(45deg);
transform: translate3d(0,6px,0) rotate(45deg); transform: translate3d(0,6px,0) rotate(45deg);
} }
.tg_head_logo_dropdown.open .icon-bar:nth-child(2) { .tg_head_logo_dropdown.open .icon-bar:nth-child(2) {