// Fix options with bad multishop visibility
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8091 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
+10
-2
@@ -1627,12 +1627,20 @@ p.preference_description{
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.multishop_warning{
|
||||
background-image: url("../img/admin/warning.gif");
|
||||
background-repeat: no-repeat;
|
||||
color: #FE2744;
|
||||
font-weight: bold;
|
||||
padding-left: 22px;
|
||||
padding-top: 1px;
|
||||
}
|
||||
|
||||
.isDisabled{
|
||||
color: #3F3F3F;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
input.disable_me[disabled=disabled]
|
||||
{
|
||||
input.disable_me[disabled=disabled]{
|
||||
background-color: red;
|
||||
}
|
||||
Reference in New Issue
Block a user