diff --git a/lam/style/600_type_group.css b/lam/style/600_type_group.css index 29ce7ce9..8cffb7ce 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 { +table.grouplist input,select,button { background-color:#a8c3ff; } @@ -102,12 +102,8 @@ fieldset.groupedit legend { color:blue; } -fieldset.groupedit select { - background-color:#a8c3ff; -} - /* input elements */ -fieldset.groupedit input { +fieldset.groupedit input,select,button { background-color:#a8c3ff; } diff --git a/lam/style/600_type_host.css b/lam/style/600_type_host.css index 74096472..5e2d5eeb 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 { +table.hostlist input,select,button { background-color:#ffc4ba; } @@ -102,12 +102,8 @@ fieldset.hostedit legend { color:blue; } -fieldset.hostedit select { - background-color:#ffc4ba; -} - /* input elements */ -fieldset.hostedit input { +fieldset.hostedit input,select,button { background-color:#ffc4ba; } diff --git a/lam/style/600_type_mailAlias.css b/lam/style/600_type_mailAlias.css index 9f2b8d78..457439c8 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 { +table.mailAliaslist input,select,button { background-color:#ffe27f; } @@ -102,12 +102,8 @@ fieldset.mailAliasedit legend { color:blue; } -fieldset.mailAliasedit select { - background-color:#ffe27f; -} - /* input elements */ -fieldset.mailAliasedit input { +fieldset.mailAliasedit input,select,button { background-color:#ffe27f; } diff --git a/lam/style/600_type_smbDomain.css b/lam/style/600_type_smbDomain.css index 5625d3e5..c9abdd8d 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 { +table.smbDomainlist input,select,button { background-color:#a8ddbf; } @@ -103,12 +103,8 @@ fieldset.smbDomainedit legend { color:blue; } -fieldset.smbDomainedit select { - background-color:#a8ddbf; -} - /* input elements */ -fieldset.smbDomainedit input { +fieldset.smbDomainedit input,select,button { background-color:#a8ddbf; } diff --git a/lam/style/600_type_user.css b/lam/style/600_type_user.css index 8dd7cd7e..45b5cd80 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 { +table.userlist input,select,button { background-color:#fff2a3; } @@ -116,13 +116,8 @@ fieldset.useredit legend { color:blue; } -/* select boxes */ -fieldset.useredit select { - background-color:#fff2a3; -} - /* input elements */ -fieldset.useredit input { +fieldset.useredit input,select,button { background-color:#fff2a3; }