blob: 0cbcd1ef63608d99a262f26cfdddfb41c1d478ed (
plain)
1
2
3
4
5
6
7
8
|
// The goal of this file is to contain CSS hacks related to allowing
// section on resource calendar.
table.o_section_list_view tr.o_data_row.o_is_line_section {
font-weight: bold;
background-color: #DDDDDD;
border-top: 1px solid #BBB;
border-bottom: 1px solid #BBB;
}
|