removed td.TYPEnav-text class
This commit is contained in:
parent
4476f57b57
commit
b3754fb07f
|
@ -9,6 +9,7 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15"><title>Upgrade notes</title>
|
||||
|
||||
|
||||
|
@ -33,6 +34,9 @@ This is a list of API changes for all LAM releases.
|
|||
<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>
|
||||
<li>td.TYPEnav-text: removed<br>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
<br>
|
||||
<br>
|
||||
|
|
|
@ -39,13 +39,6 @@ table.asteriskExtnav input {
|
|||
background-color:#ffe27f;
|
||||
}
|
||||
|
||||
/* text in navigation bar */
|
||||
td.asteriskExtnav-text {
|
||||
color:green;
|
||||
font-family:Verdana,sans-serif;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
/* color for active page digit */
|
||||
td.asteriskExtnav-activepage {
|
||||
color:red;
|
||||
|
|
|
@ -40,13 +40,6 @@ table.dhcpnav input {
|
|||
background-color:#bde178;
|
||||
}
|
||||
|
||||
/* text in navigation bar */
|
||||
td.dhcpnav-text {
|
||||
color:black;
|
||||
font-family:Verdana,sans-serif;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
/* color for active page digit */
|
||||
td.dhcpnav-activepage {
|
||||
color:#CCFF33;
|
||||
|
|
|
@ -39,13 +39,6 @@ table.groupnav input {
|
|||
background-color:#a8c3ff;
|
||||
}
|
||||
|
||||
/* text in navigation bar */
|
||||
td.groupnav-text {
|
||||
color:green;
|
||||
font-family:Verdana,sans-serif;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
/* color for active page digit */
|
||||
td.groupnav-activepage {
|
||||
color:red;
|
||||
|
|
|
@ -39,13 +39,6 @@ table.hostnav input {
|
|||
background-color:#ffc4ba;
|
||||
}
|
||||
|
||||
/* text in navigation bar */
|
||||
td.hostnav-text {
|
||||
color:green;
|
||||
font-family:Verdana,sans-serif;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
/* color for active page digit */
|
||||
td.hostnav-activepage {
|
||||
color:red;
|
||||
|
|
|
@ -39,13 +39,6 @@ table.mailAliasnav input {
|
|||
background-color:#ffe27f;
|
||||
}
|
||||
|
||||
/* text in navigation bar */
|
||||
td.mailAliasnav-text {
|
||||
color:green;
|
||||
font-family:Verdana,sans-serif;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
/* color for active page digit */
|
||||
td.mailAliasnav-activepage {
|
||||
color:red;
|
||||
|
|
|
@ -39,13 +39,6 @@ table.netgroupnav input {
|
|||
background-color:#a8c3ff;
|
||||
}
|
||||
|
||||
/* text in navigation bar */
|
||||
td.netgroupnav-text {
|
||||
color:green;
|
||||
font-family:Verdana,sans-serif;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
/* color for active page digit */
|
||||
td.netgroupnav-activepage {
|
||||
color:red;
|
||||
|
|
|
@ -39,13 +39,6 @@ table.smbDomainnav input {
|
|||
background-color:#a8ddbf;
|
||||
}
|
||||
|
||||
/* text in navigation bar */
|
||||
td.smbDomainnav-text {
|
||||
color:green;
|
||||
font-family:Verdana,sans-serif;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
/* color for active page digit */
|
||||
td.smbDomainnav-activepage {
|
||||
color:red;
|
||||
|
|
|
@ -77,13 +77,6 @@ table.usernav input {
|
|||
background-color:#fff2a3;
|
||||
}
|
||||
|
||||
/* text area in the center, e.g. "100 object(s) found" */
|
||||
td.usernav-text {
|
||||
color:green;
|
||||
font-family:Verdana,sans-serif;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
/* color for active page number */
|
||||
td.usernav-activepage {
|
||||
color:red;
|
||||
|
|
Loading…
Reference in New Issue