Adjust order of error output
[misc/kostenrechnung] / lib / rico / css / greenHdg.css
1 /* display grid headings with a green background */
2
3 tr.ricoLG_hdg .ricoLG_cell, tr.ricoLG_hdg th, tr.ricoLG_hdg td {  /* td/th required for IE */
4   background-color : #cedebd;
5   color            : #000000;
6   font-weight      : bold;
7   text-align       : center;
8 }
9 div.ricoLG_selection {
10   background-color: #cedebd;
11 }
12 div.ricoLG_chooser .ricoTitle  {
13   background-color: #cedebd;
14   color: black;
15 }
16 tr.ricoLG_hdg div.hover, table.ricoLiveGrid thead td, table.ricoLiveGrid thead th {
17   background-color: #dee8cd !important;
18 }