made some commands independent of element type
This commit is contained in:
parent
4e9e3222c2
commit
511c086c32
|
@ -8,6 +8,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15"><title>Upgrade notes</title>
|
<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>
|
<br>
|
||||||
|
|
||||||
<h2>3.1.0 -> 3.2.0</h2><span style="font-weight: bold;">Account types:</span>The CSS classes have changed.
|
<h2>3.1.0 -> 3.2.0</h2><span style="font-weight: bold;">Account types: </span>The CSS classes have changed.
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
<li>tr.TYPElist-over: removed without replacement</li>
|
<li>tr.TYPElist-over: removed without replacement</li>
|
||||||
<li>tr.TYPElist: renamed to tr.TYPElist-bright</li>
|
<li>tr.TYPElist-checked: removed without replacement</li>
|
||||||
<li>tr.TYPElist-head: renamed to tr.TYPElist-dark</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>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
|
|
@ -69,23 +69,18 @@ table.asteriskExtlist input, table.asteriskExtlist select, table.asteriskExtlist
|
||||||
}
|
}
|
||||||
|
|
||||||
/* color of bright rows */
|
/* color of bright rows */
|
||||||
tr.asteriskExtlist-bright {
|
.asteriskExtlist-bright {
|
||||||
background-color:#fff3c8;
|
background-color:#fff3c8 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* color of dark rows */
|
/* color of dark rows */
|
||||||
tr.asteriskExtlist-dark {
|
.asteriskExtlist-dark {
|
||||||
background-color:#ffe27f;
|
background-color:#ffe27f !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* color of sorted column in head row */
|
/* color of sorted column in head row */
|
||||||
th.asteriskExtlist-sort {
|
.asteriskExtlist-sort {
|
||||||
background-color:#fff3c8;
|
background-color:#fff3c8 !important;
|
||||||
}
|
|
||||||
|
|
||||||
/* color of checked rows */
|
|
||||||
tr.asteriskExtlist-checked {
|
|
||||||
background-color:#f27c71;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset.asteriskExtedit {
|
fieldset.asteriskExtedit {
|
||||||
|
|
|
@ -70,23 +70,18 @@ table.dhcplist input, table.dhcplist select, table.dhcplist button {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* color of bright rows */
|
/* color of bright rows */
|
||||||
tr.dhcplist-bright {
|
.dhcplist-bright {
|
||||||
background-color:#d4f19b;
|
background-color:#d4f19b !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* color of dark rows */
|
/* color of dark rows */
|
||||||
tr.dhcplist-dark {
|
.dhcplist-dark {
|
||||||
background-color:#9fc653;
|
background-color:#9fc653 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* color of sorted column in head row */
|
/* color of sorted column in head row */
|
||||||
th.dhcplist-sort {
|
.dhcplist-sort {
|
||||||
background-color:#bce077;
|
background-color:#bce077 !important;
|
||||||
}
|
|
||||||
|
|
||||||
/* color of checked rows */
|
|
||||||
tr.dhcplist-checked {
|
|
||||||
background-color:#a2bf6b;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset.dhcpedit {
|
fieldset.dhcpedit {
|
||||||
|
|
|
@ -69,23 +69,18 @@ table.grouplist input, table.grouplist select, table.grouplist button {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* color of bright rows */
|
/* color of bright rows */
|
||||||
tr.grouplist-bright {
|
.grouplist-bright {
|
||||||
background-color:#d6e3ff;
|
background-color:#d6e3ff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* color of dark rows */
|
/* color of dark rows */
|
||||||
tr.grouplist-dark {
|
.grouplist-dark {
|
||||||
background-color:#a8c3ff;
|
background-color:#a8c3ff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* color of sorted column in head row */
|
/* color of sorted column in head row */
|
||||||
th.grouplist-sort {
|
.grouplist-sort {
|
||||||
background-color:#d6e3ff;
|
background-color:#d6e3ff !important;
|
||||||
}
|
|
||||||
|
|
||||||
/* color of checked rows */
|
|
||||||
tr.grouplist-checked {
|
|
||||||
background-color:#f27c71;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset.groupedit {
|
fieldset.groupedit {
|
||||||
|
|
|
@ -69,23 +69,18 @@ table.hostlist input, table.hostlist select, table.hostlist button {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* color of bright rows */
|
/* color of bright rows */
|
||||||
tr.hostlist-bright {
|
.hostlist-bright {
|
||||||
background-color:#ffe2dd;
|
background-color:#ffe2dd !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* color of dark rows */
|
/* color of dark rows */
|
||||||
tr.hostlist-dark {
|
.hostlist-dark {
|
||||||
background-color:#ffc4ba;
|
background-color:#ffc4ba !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* color of sorted column in head row */
|
/* color of sorted column in head row */
|
||||||
th.hostlist-sort {
|
.hostlist-sort {
|
||||||
background-color:#ffe2dd;
|
background-color:#ffe2dd !important;
|
||||||
}
|
|
||||||
|
|
||||||
/* color of checked rows */
|
|
||||||
tr.hostlist-checked {
|
|
||||||
background-color:#f27c71;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset.hostedit {
|
fieldset.hostedit {
|
||||||
|
|
|
@ -69,23 +69,18 @@ table.mailAliaslist input, table.mailAliaslist select, table.mailAliaslist butto
|
||||||
}
|
}
|
||||||
|
|
||||||
/* color of bright rows */
|
/* color of bright rows */
|
||||||
tr.mailAliaslist-bright {
|
.mailAliaslist-bright {
|
||||||
background-color:#fff3c8;
|
background-color:#fff3c8 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* color of dark rows */
|
/* color of dark rows */
|
||||||
tr.mailAliaslist-dark {
|
.mailAliaslist-dark {
|
||||||
background-color:#ffe27f;
|
background-color:#ffe27f !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* color of sorted column in head row */
|
/* color of sorted column in head row */
|
||||||
th.mailAliaslist-sort {
|
.mailAliaslist-sort {
|
||||||
background-color:#fff3c8;
|
background-color:#fff3c8 !important;
|
||||||
}
|
|
||||||
|
|
||||||
/* color of checked rows */
|
|
||||||
tr.mailAliaslist-checked {
|
|
||||||
background-color:#f27c71;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset.mailAliasedit {
|
fieldset.mailAliasedit {
|
||||||
|
|
|
@ -69,23 +69,18 @@ table.netgrouplist input, table.netgrouplist select, table.netgrouplist button {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* color of bright rows */
|
/* color of bright rows */
|
||||||
tr.netgrouplist-bright {
|
.netgrouplist-bright {
|
||||||
background-color:#d6e3ff;
|
background-color:#d6e3ff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* color of dark rows */
|
/* color of dark rows */
|
||||||
tr.netgrouplist-dark {
|
.netgrouplist-dark {
|
||||||
background-color:#a8c3ff;
|
background-color:#a8c3ff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* color of sorted column in head row */
|
/* color of sorted column in head row */
|
||||||
th.netgrouplist-sort {
|
.netgrouplist-sort {
|
||||||
background-color:#d6e3ff;
|
background-color:#d6e3ff !important;
|
||||||
}
|
|
||||||
|
|
||||||
/* color of checked rows */
|
|
||||||
tr.netgrouplist-checked {
|
|
||||||
background-color:#f27c71;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset.netgroupedit {
|
fieldset.netgroupedit {
|
||||||
|
|
|
@ -69,26 +69,20 @@ table.smbDomainlist input, table.smbDomainlist select, table.smbDomainlist butto
|
||||||
}
|
}
|
||||||
|
|
||||||
/* color of bright rows */
|
/* color of bright rows */
|
||||||
tr.smbDomainlist-bright {
|
.smbDomainlist-bright {
|
||||||
background-color:#c9ddd2;
|
background-color:#c9ddd2 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* color of dark rows */
|
/* color of dark rows */
|
||||||
tr.smbDomainlist-dark {
|
.smbDomainlist-dark {
|
||||||
background-color:#a8ddbf;
|
background-color:#a8ddbf !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* color of sorted column in head row */
|
/* color of sorted column in head row */
|
||||||
th.smbDomainlist-sort {
|
.smbDomainlist-sort {
|
||||||
background-color:#c9ddd2;
|
background-color:#c9ddd2 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* color of checked rows */
|
|
||||||
tr.smbDomainlist-checked {
|
|
||||||
background-color:#f27c71;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
fieldset.smbDomainedit {
|
fieldset.smbDomainedit {
|
||||||
background-color:#c9ddd2;
|
background-color:#c9ddd2;
|
||||||
border:1px solid #1d993e;
|
border:1px solid #1d993e;
|
||||||
|
|
|
@ -47,23 +47,18 @@ table.userlist input, table.userlist select, table.userlist button {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* color of bright rows */
|
/* color of bright rows */
|
||||||
tr.userlist-bright {
|
.userlist-bright {
|
||||||
background-color:#fffde2;
|
background: #fffde2 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* color of dark rows */
|
/* color of dark rows */
|
||||||
tr.userlist-dark {
|
.userlist-dark {
|
||||||
background-color:#fff2a3;
|
background-color:#fff2a3 !important;
|
||||||
}
|
|
||||||
|
|
||||||
/* color of checked rows */
|
|
||||||
tr.userlist-checked {
|
|
||||||
background-color:#f27c71;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* color of sorted column */
|
/* color of sorted column */
|
||||||
th.userlist-sort {
|
.userlist-sort {
|
||||||
background-color:#fffde2;
|
background-color:#fffde2 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue