Make custom button working everywhere

This commit is contained in:
C?dric Krier 2013-10-07 14:02:26 +02:00
parent 132201b4e7
commit 36bf23496b

View file

@ -76,12 +76,6 @@ body {
}
.form {
& button {
& .ui-icon-custom {
background-size: 16px 16px;
}
}
& .form-one2many-menu, .form-one2many-content,
.form-many2many-menu, .form-many2many-content {
border: 1px solid rgb(170, 170, 170);
@ -102,3 +96,9 @@ body {
}
}
}
button {
& .ui-icon-custom {
background-size: 16px 16px;
}
}