[-] FO: fix Add to cart button needs some changes in its css code - #PSCFV-5933
This commit is contained in:
@@ -153,9 +153,9 @@ span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large,
|
||||
display:inline-block;
|
||||
padding:5px 7px;
|
||||
border:1px solid #cc9900;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
-moz-border-radius: 3px !important;
|
||||
-webkit-border-radius: 3px !important;
|
||||
border-radius: 3px !important;
|
||||
font-weight:bold;
|
||||
color:#000;
|
||||
background:url(../img/bg_bt.gif) repeat-x 0 0 #f4b61b;
|
||||
@@ -234,7 +234,7 @@ input.button_small, input.button_small_disabled, input.exclusive_small, input.ex
|
||||
input.button_disabled, input.exclusive_disabled, span.exclusive {
|
||||
border:1px solid #ccc;
|
||||
color:#999;
|
||||
background:url(../img/bg_bt_2.gif) repeat-x 0 0 #f4b61b;
|
||||
background:url(../img/bg_bt_2.gif) repeat-x 0 0 #CCCCCC;
|
||||
cursor:default;
|
||||
}
|
||||
input.button_large, input.button_large_disabled, input.exclusive_large, input.exclusive_large_disabled, a.button_large, a.exclusive_large, span.button_large, span.exclusive_large, span.exclusive_large_disabled {
|
||||
|
||||
@@ -323,7 +323,8 @@ span.view_scroll_spacer {
|
||||
}
|
||||
|
||||
.content_prices #add_to_cart .exclusive,.content_prices #add_to_cart .exclusive_disabled {
|
||||
padding:4px 7px 4px 15px;
|
||||
height: 26px;
|
||||
padding: 5px 7px 5px 15px;
|
||||
}
|
||||
|
||||
@media screen and (-webkit-min-device-pixel-ratio:0) { /*hack Chrome and Safari */
|
||||
@@ -334,9 +335,9 @@ span.view_scroll_spacer {
|
||||
|
||||
}
|
||||
|
||||
.ie9 .content_prices #add_to_cart .exclusive,.content_prices #add_to_cart .exclusive_disabled,
|
||||
.ie8 .content_prices #add_to_cart .exclusive,.content_prices #add_to_cart .exclusive_disabled,
|
||||
.ie7 .content_prices #add_to_cart .exclusive,.content_prices #add_to_cart .exclusive_disabled {
|
||||
.ie9 .content_prices #add_to_cart .exclusive, .ie9 .content_prices #add_to_cart .exclusive_disabled,
|
||||
.ie8 .content_prices #add_to_cart .exclusive, .ie8 .content_prices #add_to_cart .exclusive_disabled,
|
||||
.ie7 .content_prices #add_to_cart .exclusive, .ie7 .content_prices #add_to_cart .exclusive_disabled {
|
||||
padding:8px 7px 4px 15px;
|
||||
line-height:12px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user