}
div.nav {
- /*border-color: #88aacc;
- background-color: #aaccee;*/
border-color: #888888;
background-color: #cccccc;
border-style: solid;
border-top-width: 0px;
- border-bottom-width: 2px;
+ border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
padding-top: 5px;
}
table tbody thead {
- background: #f7f7f0
+ background: #f7f7f0;
}
/* FIXME: should be thead */
border-color: #606060;
background-color: #303030;
}
+
+ table { border: 2px solid #444; }
+ table tbody thead { background: #2f2f2f; }
+ table tbody th {
+ border: 1px solid #555;
+ border-bottom-color: #777;
+ }
+ table tbody td { border: 1px dotted #555; }
+ table tbody tr { border-top: 1px solid #555; }
+ table tbody tr.even { background-color: #303030; }
+ table tbody tr.odd { background-color: #393939; }
+ table tbody tr:hover { background: #444 !important; }
}