made some commands independent of element type

This commit is contained in:
Roland Gruber 2010-09-04 13:50:50 +00:00
parent 4e9e3222c2
commit 511c086c32
9 changed files with 55 additions and 92 deletions

View File

@ -7,6 +7,7 @@
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15"><title>Upgrade notes</title>
@ -24,11 +25,14 @@ This is a list of API changes for all LAM releases.
<br>
<h2>3.1.0 -&gt; 3.2.0</h2><span style="font-weight: bold;">Account types:</span>The CSS classes have changed.
<h2>3.1.0 -&gt; 3.2.0</h2><span style="font-weight: bold;">Account types: </span>The CSS classes have changed.
<ul>
<li>tr.TYPElist-over: removed without replacement</li>
<li>tr.TYPElist: renamed to tr.TYPElist-bright</li>
<li>tr.TYPElist-head: renamed to tr.TYPElist-dark</li>
<li>tr.TYPElist-checked: removed without replacement</li>
<li>tr.TYPElist: renamed to .TYPElist-bright</li>
<li>tr.TYPElist-head: renamed to .TYPElist-dark</li>
<li>th.TYPElist-sort: renamed to .TYPElist-sort</li>
</ul>
<br>
<br>

View File

@ -69,23 +69,18 @@ table.asteriskExtlist input, table.asteriskExtlist select, table.asteriskExtlist
}
/* color of bright rows */
tr.asteriskExtlist-bright {
background-color:#fff3c8;
.asteriskExtlist-bright {
background-color:#fff3c8 !important;
}
/* color of dark rows */
tr.asteriskExtlist-dark {
background-color:#ffe27f;
.asteriskExtlist-dark {
background-color:#ffe27f !important;
}
/* color of sorted column in head row */
th.asteriskExtlist-sort {
background-color:#fff3c8;
}
/* color of checked rows */
tr.asteriskExtlist-checked {
background-color:#f27c71;
.asteriskExtlist-sort {
background-color:#fff3c8 !important;
}
fieldset.asteriskExtedit {

View File

@ -70,23 +70,18 @@ table.dhcplist input, table.dhcplist select, table.dhcplist button {
}
/* color of bright rows */
tr.dhcplist-bright {
background-color:#d4f19b;
.dhcplist-bright {
background-color:#d4f19b !important;
}
/* color of dark rows */
tr.dhcplist-dark {
background-color:#9fc653;
.dhcplist-dark {
background-color:#9fc653 !important;
}
/* color of sorted column in head row */
th.dhcplist-sort {
background-color:#bce077;
}
/* color of checked rows */
tr.dhcplist-checked {
background-color:#a2bf6b;
.dhcplist-sort {
background-color:#bce077 !important;
}
fieldset.dhcpedit {

View File

@ -69,23 +69,18 @@ table.grouplist input, table.grouplist select, table.grouplist button {
}
/* color of bright rows */
tr.grouplist-bright {
background-color:#d6e3ff;
.grouplist-bright {
background-color:#d6e3ff !important;
}
/* color of dark rows */
tr.grouplist-dark {
background-color:#a8c3ff;
.grouplist-dark {
background-color:#a8c3ff !important;
}
/* color of sorted column in head row */
th.grouplist-sort {
background-color:#d6e3ff;
}
/* color of checked rows */
tr.grouplist-checked {
background-color:#f27c71;
.grouplist-sort {
background-color:#d6e3ff !important;
}
fieldset.groupedit {

View File

@ -69,23 +69,18 @@ table.hostlist input, table.hostlist select, table.hostlist button {
}
/* color of bright rows */
tr.hostlist-bright {
background-color:#ffe2dd;
.hostlist-bright {
background-color:#ffe2dd !important;
}
/* color of dark rows */
tr.hostlist-dark {
background-color:#ffc4ba;
.hostlist-dark {
background-color:#ffc4ba !important;
}
/* color of sorted column in head row */
th.hostlist-sort {
background-color:#ffe2dd;
}
/* color of checked rows */
tr.hostlist-checked {
background-color:#f27c71;
.hostlist-sort {
background-color:#ffe2dd !important;
}
fieldset.hostedit {

View File

@ -69,23 +69,18 @@ table.mailAliaslist input, table.mailAliaslist select, table.mailAliaslist butto
}
/* color of bright rows */
tr.mailAliaslist-bright {
background-color:#fff3c8;
.mailAliaslist-bright {
background-color:#fff3c8 !important;
}
/* color of dark rows */
tr.mailAliaslist-dark {
background-color:#ffe27f;
.mailAliaslist-dark {
background-color:#ffe27f !important;
}
/* color of sorted column in head row */
th.mailAliaslist-sort {
background-color:#fff3c8;
}
/* color of checked rows */
tr.mailAliaslist-checked {
background-color:#f27c71;
.mailAliaslist-sort {
background-color:#fff3c8 !important;
}
fieldset.mailAliasedit {

View File

@ -69,23 +69,18 @@ table.netgrouplist input, table.netgrouplist select, table.netgrouplist button {
}
/* color of bright rows */
tr.netgrouplist-bright {
background-color:#d6e3ff;
.netgrouplist-bright {
background-color:#d6e3ff !important;
}
/* color of dark rows */
tr.netgrouplist-dark {
background-color:#a8c3ff;
.netgrouplist-dark {
background-color:#a8c3ff !important;
}
/* color of sorted column in head row */
th.netgrouplist-sort {
background-color:#d6e3ff;
}
/* color of checked rows */
tr.netgrouplist-checked {
background-color:#f27c71;
.netgrouplist-sort {
background-color:#d6e3ff !important;
}
fieldset.netgroupedit {

View File

@ -69,26 +69,20 @@ table.smbDomainlist input, table.smbDomainlist select, table.smbDomainlist butto
}
/* color of bright rows */
tr.smbDomainlist-bright {
background-color:#c9ddd2;
.smbDomainlist-bright {
background-color:#c9ddd2 !important;
}
/* color of dark rows */
tr.smbDomainlist-dark {
background-color:#a8ddbf;
.smbDomainlist-dark {
background-color:#a8ddbf !important;
}
/* color of sorted column in head row */
th.smbDomainlist-sort {
background-color:#c9ddd2;
.smbDomainlist-sort {
background-color:#c9ddd2 !important;
}
/* color of checked rows */
tr.smbDomainlist-checked {
background-color:#f27c71;
}
fieldset.smbDomainedit {
background-color:#c9ddd2;
border:1px solid #1d993e;

View File

@ -47,23 +47,18 @@ table.userlist input, table.userlist select, table.userlist button {
}
/* color of bright rows */
tr.userlist-bright {
background-color:#fffde2;
.userlist-bright {
background: #fffde2 !important;
}
/* color of dark rows */
tr.userlist-dark {
background-color:#fff2a3;
}
/* color of checked rows */
tr.userlist-checked {
background-color:#f27c71;
.userlist-dark {
background-color:#fff2a3 !important;
}
/* color of sorted column */
th.userlist-sort {
background-color:#fffde2;
.userlist-sort {
background-color:#fffde2 !important;
}