summaryrefslogtreecommitdiff
path: root/addons/resource/static/src/scss/section_backend.scss
diff options
context:
space:
mode:
Diffstat (limited to 'addons/resource/static/src/scss/section_backend.scss')
-rw-r--r--addons/resource/static/src/scss/section_backend.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/addons/resource/static/src/scss/section_backend.scss b/addons/resource/static/src/scss/section_backend.scss
new file mode 100644
index 00000000..0cbcd1ef
--- /dev/null
+++ b/addons/resource/static/src/scss/section_backend.scss
@@ -0,0 +1,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;
+}