diff --git a/lam/style/600_type_asteriskExt.css b/lam/style/600_type_asteriskExt.css index 96142f7f..c3ce532d 100644 --- a/lam/style/600_type_asteriskExt.css +++ b/lam/style/600_type_asteriskExt.css @@ -64,7 +64,7 @@ table.asteriskExtlist td,th { } /* input elements */ -table.asteriskExtlist input,select,button { +table.asteriskExtlist input, table.asteriskExtlist select, table.asteriskExtlist button { background-color:#ffe27f; } @@ -103,7 +103,7 @@ fieldset.asteriskExtedit legend { } /* input elements */ -fieldset.asteriskExtedit input,select,button { +fieldset.asteriskExtedit input, fieldset.asteriskExtedit select, fieldset.asteriskExtedit button { background-color:#ffe27f; } diff --git a/lam/style/600_type_dhcp.css b/lam/style/600_type_dhcp.css index e73e3b29..a9cc69ff 100644 --- a/lam/style/600_type_dhcp.css +++ b/lam/style/600_type_dhcp.css @@ -64,7 +64,7 @@ table.dhcplist td,th { } /* input elements */ -table.dhcplist input { +table.dhcplist input, table.dhcplist select, table.dhcplist button { background-color:#bde178; } @@ -103,7 +103,7 @@ fieldset.dhcpedit legend { } /* input elements */ -fieldset.dhcpedit input { +fieldset.dhcpedit input, fieldset.dhcpedit select, fieldset.dhcpedit button { background-color:#bde178; } diff --git a/lam/style/600_type_group.css b/lam/style/600_type_group.css index 33f8aacf..f45efa82 100644 --- a/lam/style/600_type_group.css +++ b/lam/style/600_type_group.css @@ -64,7 +64,7 @@ table.grouplist td,th { } /* input elements */ -table.grouplist input,select,button { +table.grouplist input, table.grouplist select, table.grouplist button { background-color:#a8c3ff; } @@ -103,7 +103,7 @@ fieldset.groupedit legend { } /* input elements */ -fieldset.groupedit input,select,button { +fieldset.groupedit input, fieldset.groupedit select, fieldset.groupedit button { background-color:#a8c3ff; } diff --git a/lam/style/600_type_host.css b/lam/style/600_type_host.css index 15e81422..f475f4c8 100644 --- a/lam/style/600_type_host.css +++ b/lam/style/600_type_host.css @@ -64,7 +64,7 @@ table.hostlist td,th { } /* input elements */ -table.hostlist input,select,button { +table.hostlist input, table.hostlist select, table.hostlist button { background-color:#ffc4ba; } @@ -103,7 +103,7 @@ fieldset.hostedit legend { } /* input elements */ -fieldset.hostedit input,select,button { +fieldset.hostedit input, fieldset.hostedit select, fieldset.hostedit button { background-color:#ffc4ba; } diff --git a/lam/style/600_type_mailAlias.css b/lam/style/600_type_mailAlias.css index c8aef458..c9d2cbe4 100644 --- a/lam/style/600_type_mailAlias.css +++ b/lam/style/600_type_mailAlias.css @@ -64,7 +64,7 @@ table.mailAliaslist td,th { } /* input elements */ -table.mailAliaslist input,select,button { +table.mailAliaslist input, table.mailAliaslist select, table.mailAliaslist button { background-color:#ffe27f; } @@ -103,7 +103,7 @@ fieldset.mailAliasedit legend { } /* input elements */ -fieldset.mailAliasedit input,select,button { +fieldset.mailAliasedit input, fieldset.mailAliasedit select, fieldset.mailAliasedit button { background-color:#ffe27f; } diff --git a/lam/style/600_type_netgroup.css b/lam/style/600_type_netgroup.css index 1408a0c8..46283eb4 100644 --- a/lam/style/600_type_netgroup.css +++ b/lam/style/600_type_netgroup.css @@ -64,7 +64,7 @@ table.netgrouplist td,th { } /* input elements */ -table.netgrouplist input,select,button { +table.netgrouplist input, table.netgrouplist select, table.netgrouplist button { background-color:#a8c3ff; } @@ -103,7 +103,7 @@ fieldset.netgroupedit legend { } /* input elements */ -fieldset.netgroupedit input,select,button { +fieldset.netgroupedit input, fieldset.netgroupedit select, fieldset.netgroupedit button { background-color:#a8c3ff; } diff --git a/lam/style/600_type_smbDomain.css b/lam/style/600_type_smbDomain.css index da3ccba5..3428998b 100644 --- a/lam/style/600_type_smbDomain.css +++ b/lam/style/600_type_smbDomain.css @@ -64,7 +64,7 @@ table.smbDomainlist td,th { } /* input elements */ -table.smbDomainlist input,select,button { +table.smbDomainlist input, table.smbDomainlist select, table.smbDomainlist button { background-color:#a8ddbf; } @@ -104,7 +104,7 @@ fieldset.smbDomainedit legend { } /* input elements */ -fieldset.smbDomainedit input,select,button { +fieldset.smbDomainedit input, fieldset.smbDomainedit select, fieldset.smbDomainedit button { background-color:#a8ddbf; } diff --git a/lam/style/600_type_user.css b/lam/style/600_type_user.css index 89775ccc..9e083656 100644 --- a/lam/style/600_type_user.css +++ b/lam/style/600_type_user.css @@ -42,7 +42,7 @@ table.userlist td,th { } /* input elements */ -table.userlist input,select,button { +table.userlist input, table.userlist select, table.userlist button { background-color:#fff2a3; } @@ -117,7 +117,7 @@ fieldset.useredit legend { } /* input elements */ -fieldset.useredit input,select,button { +fieldset.useredit input, fieldset.useredit select, fieldset.useredit button { background-color:#fff2a3; }