OSDN Git Service

28c385c93b2232368e6c9a0136b5a401cf14d5de
[nucleus-jp/nucleus-plugins.git] / trunk / NP_TrackBack / trackback / js / 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 !important;
5   color            : #000000;
6   font-weight      : bold;
7 }
8 div.ricoLG_selection { background-color: #cedebd; }