odoo18/addons/resource/static/src/scss/section_backend.scss

9 lines
285 B
SCSS

// 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;
}