diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 7bcb483..4c0b2e0 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -165,7 +165,7 @@ button:focus {outline: none;} } .menu_up .home_button{float:left;} .menu_up .home_button a{ - background:url('../images/ico_home.png') right center no-repeat; + background:url('../images/ico_home.png') center center no-repeat; height:60px; display: table-cell; vertical-align: middle; @@ -174,7 +174,7 @@ button:focus {outline: none;} padding:0 !important; } .menu_up .home_button a:hover{ - background:url('../images/ico_home_black.png') right center no-repeat; + background:url('../images/ico_home_black.png') center center no-repeat; background-color:#ffde00; } .menu_item a:after{ -- libgit2 0.21.4