Commit 1843c87a authored by Andrey Cherepanov's avatar Andrey Cherepanov

Set grayed table borders and header selection

parent 5cf8238f
......@@ -383,7 +383,7 @@ table.alterator-listbox {
font-size: 8pt;
width: 100%;
text-align: left;
border: 1px solid #306AC4;
border: 1px solid #808080;
border-spacing: 0;
}
......@@ -396,12 +396,16 @@ table.alterator-listbox thead tr th, table.alterator-listbox tfoot tr th {
font-size: 8pt;
margin: 0px;
padding: 4px;
color: #242a60;
color: black;
background-color: #e6e6e6;
border: 1px solid #306AC4;
border: 1px solid #808080;
vertical-align: middle;
}
table.alterator-listbox thead tr th:hover, table.alterator-listbox tfoot tr th:hover {
background-color: #d6d6d6;
}
table.alterator-listbox thead tr .header {
background-image: url(/design/images/asc-desc.gif);
background-repeat: no-repeat;
......@@ -418,11 +422,11 @@ table.alterator-listbox tbody td {
/*border-left: solid 1px;
border-right: solid 1px;
border:none;*/
border-right: #306ac4 solid 1px;
border-right: 1px solid #808080;
}
table.alterator-listbox tbody tr.odd td {
background-color:#eaecf2;
background-color:#f0f0f0;
/*border:none;*/
}
......@@ -458,8 +462,7 @@ table.alterator-listbox thead tr .headerSortDown {
}
table.alterator-listbox thead tr .headerSortDown, table.alterator-listbox thead tr .headerSortUp {
color: white;
background-color: #00a5d2;
background-color: #d6d6d6;
}
/* states */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment