[-] Project : #PSCFV-2633 #PSCFV-2622 - Fix problems with multishipping and order payment & invoice
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15797 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
+8
-1
@@ -471,11 +471,18 @@ select optgroup option {
|
||||
margin:0 5px 0 0;
|
||||
}
|
||||
|
||||
#content .error {
|
||||
#content .error {
|
||||
background: #FFBABA url(../img/admin/icon-cancel.png) no-repeat scroll 6px 6px;
|
||||
border: 1px solid #CC0000;
|
||||
color:#D8000C;
|
||||
}
|
||||
#content .conf a, #content .warn a, #content .error a {
|
||||
color:#D8000C;
|
||||
font-weight: bold;
|
||||
}
|
||||
#content .conf a:hover, #content .warn a:hover, #content .error a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#ajax_confirmation .error {
|
||||
background: #FFBABA url(../img/admin/icon-cancel.png) no-repeat scroll 6px 6px;
|
||||
|
||||
Reference in New Issue
Block a user