[-] 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 {
|
||||
|
||||
Reference in New Issue
Block a user