#modemenu {
width: auto;
- background: #000000;
+ background: #000;
color: #ffffff;
list-style: none;
margin-right: 1px;
margin: 0 auto;
margin-top: 2em;
padding: 0.5em;
- color: #000000;
+ color: #000;
font-size: 80%;
background: #ffffff url(bg.jpg) repeat-x center bottom;
border: 1px dashed #CCCCCC;
padding: 0.5em 1em;
border: 1px dotted #555555;
background-color: #ffffff;
- color: #000000;
+ color: #000;
}
.cbi-section legend {
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
- border: 1px outset #000000;
+ border: 1px outset #000;
border-bottom: none;
background-color: #EEEEEE;
color: #BBBBBB;
}
ul.cbi-tabmenu li.cbi-tab-highlighted a {
- color: #000000;
+ color: #000;
background-color: #FFEEAA;
}
ul.cbi-tabmenu li a:hover {
- color: #000000;
+ color: #000;
}
ul.cbi-tabmenu li.cbi-tab a {
position: relative;
top: 1px;
padding-top: 4px;
- color: #000000;
+ color: #000;
background-color: #FFFFFF;
}
input,
textarea {
background: #ffffff;
- color: #000000;
+ color: #000;
border: 1px solid #cccccc;
}
textarea:focus,
textarea:hover {
background-color: #ffffff;
- color: #000000;
+ color: #000;
}
select,
input.cbi-input-user {
background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
background-color: inherit;
- color: #000000;
+ color: #000;
text-indent: 17px;
}
input.cbi-input-password {
background: url('../resources/cbi/key.gif') no-repeat scroll 1px center;
background-color: inherit;
- color: #000000;
+ color: #000;
text-indent: 17px;
}
input.cbi-input-find {
background: url('../resources/cbi/find.gif') no-repeat scroll 1px center;
background-color: inherit;
- color: #000000;
+ color: #000;
padding-left: 17px;
}
input.cbi-input-reload {
background: url('../resources/cbi/reload.gif') no-repeat scroll 1px center;
background-color: inherit;
- color: #000000;
+ color: #000;
padding-left: 17px;
}
input.cbi-button-add {
background: url('../resources/cbi/add.gif') no-repeat scroll 1px center;
background-color: inherit;
- color: #000000;
+ color: #000;
padding-left: 17px;
padding-right: 1px;
border: 1px solid #FFF;
input.cbi-button-fieldadd {
background: url(../resources/cbi/fieldadd.gif) no-repeat scroll 1px center;
background-color: inherit;
- color: #000000;
+ color: #000;
padding-left: 17px;
padding-right: 1px;
}
input.cbi-button-reset {
background: url('../resources/cbi/reset.gif') no-repeat scroll 1px center;
background-color: inherit;
- color: #000000;
+ color: #000;
padding-left: 17px;
padding-right: 1px;
border: none;
input.cbi-button-save {
background: url('../resources/cbi/save.gif') no-repeat scroll 1px center;
background-color: inherit;
- color: #000000;
+ color: #000;
padding-left: 17px;
padding-right: 1px;
border: none;
input.cbi-button-apply {
background: url('../resources/cbi/apply.gif') no-repeat scroll 1px center;
background-color: inherit;
- color: #000000;
+ color: #000;
padding-left: 17px;
padding-right: 1px;
border: none;
div.cbi-section-remove input {
background: url('../resources/cbi/remove.gif') no-repeat scroll 1px center;
background-color: inherit;
- color: #000000;
+ color: #000;
padding-left: 17px;
padding-right: 1px;
border: 1px solid #fff;
table td,
table th {
- color: #000000;
+ color: #000;
}
table.smalltext {
background: #f5f5f5;
- color: #000000;
+ color: #000;
border: 1px solid #666666;
font-size: 90%;
width: 80%;
table.smalltext tr:hover td {
background-color: #bbddee;
- color: #000000;
+ color: #000;
}
table.smalltext tr th {
table.cbi-section-table .cbi-rowstyle-1,
table.cbi-section-table .cbi-rowstyle-1 * {
background-color: #f1f6fa;
- color: #000000;
+ color: #000;
}
.cbi-section .cbi-rowstyle-1 h3 {
}
.cbi-rowstyle-2 {
- color: #000000;
+ color: #000;
}
div.cbi-value {
div.cbi-value:hover {
background: #f8f8f8;
- color: #000000;
+ color: #000;
}
.cbi-value-title {
white-space: normal;
border: 1px dotted #ff0000;
background-color: #ffffff;
- color: #000000;
+ color: #000;
padding: 0.5em;
}