added button

This commit is contained in:
Roland Gruber 2008-03-23 14:25:36 +00:00
parent c27422f2a8
commit db87eab4cf
5 changed files with 10 additions and 31 deletions

View File

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

View File

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

View File

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

View File

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

View File

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