fixed color of input elements

This commit is contained in:
Roland Gruber 2010-01-30 17:32:34 +00:00
parent e52a4f4cc0
commit 82bd5d3f3b
8 changed files with 16 additions and 16 deletions

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}