Commit c8ba1129d7e87fe295d22aba24d939659263988d
1 parent
f171bca0
Веталь
Showing
1 changed file
with
10 additions
and
1 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -73,7 +73,7 @@ nav input[type="submit"]{width:35px;height:29px;border:none;background:url('../i |
73 | 73 | .menu ul li{float:left;border-left:1px solid #8b9094; height: 43px;} |
74 | 74 | .menu ul li:first-child{border-left:none;} |
75 | 75 | .menu ul li a{width: 100%; height:100%;line-height:43px;float:left;box-sizing:border-box; padding:0 21px;text-transform: uppercase;color:#ffffff;font-size:15px;text-decoration: none;font-weight: 600;} |
76 | -.menu ul li a:hover{color:#e5e4e4;} | |
76 | +.menu ul li:hover{background: #3e454b;} | |
77 | 77 | .menu ul li.active a{background:#f5f5f5;color:#596065;} |
78 | 78 | .menu ul li.active a:hover{cursor: default;} |
79 | 79 | |
... | ... | @@ -1078,6 +1078,15 @@ a.active{font-weight:bold;text-decoration: underline;} |
1078 | 1078 | .jcarousel-skin-tango .jcarousel-next-vertical { |
1079 | 1079 | bottom: -13px; |
1080 | 1080 | } |
1081 | +.jcarousel-skin-tango .jcarousel-prev-vertical, .jcarousel-skin-tango .jcarousel-next-vertical { | |
1082 | + left: 0; | |
1083 | + width: 42px; | |
1084 | + background-position: 14px 0; | |
1085 | +} | |
1086 | +.jcarousel-skin-tango .jcarousel-prev-vertical:hover, .jcarousel-skin-tango .jcarousel-next-vertical:hover { | |
1087 | + background-position: 14px 0; | |
1088 | + left: 0; | |
1089 | +} | |
1081 | 1090 | ul.product-special { |
1082 | 1091 | position: absolute; |
1083 | 1092 | top: 0; | ... | ... |