LDAPAccountManager/lam/style/600_type_dhcp.css

99 lines
2.0 KiB
CSS

/*
$Id$
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
Copyright (C) 2008 Thomas Manninger
2010 Roland Gruber
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more detaexils.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
/**
* style definition for dhcp accounts
*/
/* navigation bar */
table.dhcpnav {
background-color:#d4f19b;
border-width:1px;
border-style:solid;
border-color:#527510;
}
/* input elements */
table.dhcpnav input {
background-color:#bde178;
}
/* color for active page digit */
td.dhcpnav-activepage {
color: red;
}
/* table preferences */
table.dhcplist {
border-width:1px;
border-style:solid;
border-color:#527510;
border-collapse:collapse;
}
table.dhcplist td,th {
border-color:#527510;
}
/* input elements */
table.dhcplist input, table.dhcplist select, table.dhcplist button {
background-color:#bde178;
}
/* color of bright rows */
.dhcplist-bright {
background-color:#d4f19b !important;
}
/* color of dark rows */
.dhcplist-dark {
background-color:#9fc653 !important;
}
fieldset.dhcpedit {
background-color:#d4f19b;
border:1px solid #527510;
}
fieldset.dhcpedit legend {
color:blue;
}
/* input elements */
fieldset.dhcpedit input, fieldset.dhcpedit select, fieldset.dhcpedit button {
background-color:#bde178;
}
/* input elements */
input.dhcp {
background-color:#bde178;
}
/* select elements */
select.dhcp {
background-color:#bde178;
}