added button
This commit is contained in:
parent
c27422f2a8
commit
db87eab4cf
|
@ -64,7 +64,7 @@ table.grouplist td,th {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* input elements */
|
/* input elements */
|
||||||
table.grouplist input,select {
|
table.grouplist input,select,button {
|
||||||
background-color:#a8c3ff;
|
background-color:#a8c3ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -102,12 +102,8 @@ fieldset.groupedit legend {
|
||||||
color:blue;
|
color:blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset.groupedit select {
|
|
||||||
background-color:#a8c3ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* input elements */
|
/* input elements */
|
||||||
fieldset.groupedit input {
|
fieldset.groupedit input,select,button {
|
||||||
background-color:#a8c3ff;
|
background-color:#a8c3ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -64,7 +64,7 @@ table.hostlist td,th {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* input elements */
|
/* input elements */
|
||||||
table.hostlist input,select {
|
table.hostlist input,select,button {
|
||||||
background-color:#ffc4ba;
|
background-color:#ffc4ba;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -102,12 +102,8 @@ fieldset.hostedit legend {
|
||||||
color:blue;
|
color:blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset.hostedit select {
|
|
||||||
background-color:#ffc4ba;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* input elements */
|
/* input elements */
|
||||||
fieldset.hostedit input {
|
fieldset.hostedit input,select,button {
|
||||||
background-color:#ffc4ba;
|
background-color:#ffc4ba;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -64,7 +64,7 @@ table.mailAliaslist td,th {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* input elements */
|
/* input elements */
|
||||||
table.mailAliaslist input,select {
|
table.mailAliaslist input,select,button {
|
||||||
background-color:#ffe27f;
|
background-color:#ffe27f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -102,12 +102,8 @@ fieldset.mailAliasedit legend {
|
||||||
color:blue;
|
color:blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset.mailAliasedit select {
|
|
||||||
background-color:#ffe27f;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* input elements */
|
/* input elements */
|
||||||
fieldset.mailAliasedit input {
|
fieldset.mailAliasedit input,select,button {
|
||||||
background-color:#ffe27f;
|
background-color:#ffe27f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -64,7 +64,7 @@ table.smbDomainlist td,th {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* input elements */
|
/* input elements */
|
||||||
table.smbDomainlist input,select {
|
table.smbDomainlist input,select,button {
|
||||||
background-color:#a8ddbf;
|
background-color:#a8ddbf;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -103,12 +103,8 @@ fieldset.smbDomainedit legend {
|
||||||
color:blue;
|
color:blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset.smbDomainedit select {
|
|
||||||
background-color:#a8ddbf;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* input elements */
|
/* input elements */
|
||||||
fieldset.smbDomainedit input {
|
fieldset.smbDomainedit input,select,button {
|
||||||
background-color:#a8ddbf;
|
background-color:#a8ddbf;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,7 @@ table.userlist td,th {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* input elements */
|
/* input elements */
|
||||||
table.userlist input,select {
|
table.userlist input,select,button {
|
||||||
background-color:#fff2a3;
|
background-color:#fff2a3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -116,13 +116,8 @@ fieldset.useredit legend {
|
||||||
color:blue;
|
color:blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* select boxes */
|
|
||||||
fieldset.useredit select {
|
|
||||||
background-color:#fff2a3;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* input elements */
|
/* input elements */
|
||||||
fieldset.useredit input {
|
fieldset.useredit input,select,button {
|
||||||
background-color:#fff2a3;
|
background-color:#fff2a3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue