removed obsolete styles, fixed select boxes
This commit is contained in:
parent
845ed8ad85
commit
f221eadad5
|
@ -59,7 +59,7 @@ table.grouplist {
|
|||
}
|
||||
|
||||
/* input elements */
|
||||
table.grouplist input {
|
||||
table.grouplist input,select {
|
||||
background-color:#a8c3ff;
|
||||
}
|
||||
|
||||
|
@ -97,16 +97,6 @@ fieldset.groupedit legend {
|
|||
color:blue;
|
||||
}
|
||||
|
||||
fieldset.groupedit fieldset {
|
||||
background-color:#d6e3ff;
|
||||
border:1px solid #7167bf;
|
||||
}
|
||||
|
||||
fieldset.groupedit fieldset fieldset {
|
||||
background-color:#d6e3ff;
|
||||
border:1px solid #7167bf;
|
||||
}
|
||||
|
||||
fieldset.groupedit select {
|
||||
background-color:#a8c3ff;
|
||||
}
|
||||
|
|
|
@ -59,7 +59,7 @@ table.hostlist {
|
|||
}
|
||||
|
||||
/* input elements */
|
||||
table.hostlist input {
|
||||
table.hostlist input,select {
|
||||
background-color:#ffc4ba;
|
||||
}
|
||||
|
||||
|
@ -97,16 +97,6 @@ fieldset.hostedit legend {
|
|||
color:blue;
|
||||
}
|
||||
|
||||
fieldset.hostedit fieldset {
|
||||
background-color:#ffe2dd;
|
||||
border:1px solid #911a1a;
|
||||
}
|
||||
|
||||
fieldset.hostedit fieldset fieldset {
|
||||
background-color:#ffe2dd;
|
||||
border:1px solid #911a1a;
|
||||
}
|
||||
|
||||
fieldset.hostedit select {
|
||||
background-color:#ffc4ba;
|
||||
}
|
||||
|
|
|
@ -59,7 +59,7 @@ table.mailAliaslist {
|
|||
}
|
||||
|
||||
/* input elements */
|
||||
table.mailAliaslist input {
|
||||
table.mailAliaslist input,select {
|
||||
background-color:#ffe27f;
|
||||
}
|
||||
|
||||
|
@ -97,16 +97,6 @@ fieldset.mailAliasedit legend {
|
|||
color:blue;
|
||||
}
|
||||
|
||||
fieldset.mailAliasedit fieldset {
|
||||
background-color:#fff3c8;
|
||||
border:1px solid #af8800;
|
||||
}
|
||||
|
||||
fieldset.mailAliasedit fieldset fieldset {
|
||||
background-color:#fff3c8;
|
||||
border:1px solid #af8800;
|
||||
}
|
||||
|
||||
fieldset.mailAliasedit select {
|
||||
background-color:#ffe27f;
|
||||
}
|
||||
|
|
|
@ -59,7 +59,7 @@ table.smbDomainlist {
|
|||
}
|
||||
|
||||
/* input elements */
|
||||
table.smbDomainlist input {
|
||||
table.smbDomainlist input,select {
|
||||
background-color:#a8ddbf;
|
||||
}
|
||||
|
||||
|
@ -98,16 +98,6 @@ fieldset.smbDomainedit legend {
|
|||
color:blue;
|
||||
}
|
||||
|
||||
fieldset.smbDomainedit fieldset {
|
||||
background-color:#c9ddd2;
|
||||
border:1px solid #1d993e;
|
||||
}
|
||||
|
||||
fieldset.smbDomainedit fieldset fieldset {
|
||||
background-color:#c9ddd2;
|
||||
border:1px solid #1d993e;
|
||||
}
|
||||
|
||||
fieldset.smbDomainedit select {
|
||||
background-color:#a8ddbf;
|
||||
}
|
||||
|
|
|
@ -37,7 +37,7 @@ table.userlist {
|
|||
}
|
||||
|
||||
/* input elements */
|
||||
table.userlist input {
|
||||
table.userlist input,select {
|
||||
background-color:#fff2a3;
|
||||
}
|
||||
|
||||
|
@ -111,18 +111,6 @@ fieldset.useredit legend {
|
|||
color:blue;
|
||||
}
|
||||
|
||||
/* subfieldset */
|
||||
fieldset.useredit fieldset {
|
||||
background-color:#fffde2;
|
||||
border:1px solid #9b8523;
|
||||
}
|
||||
|
||||
/* subsubfieldset */
|
||||
fieldset.useredit fieldset fieldset {
|
||||
background-color:#fffde2;
|
||||
border:1px solid #9b8523;
|
||||
}
|
||||
|
||||
/* select boxes */
|
||||
fieldset.useredit select {
|
||||
background-color:#fff2a3;
|
||||
|
|
Loading…
Reference in New Issue