3
0
Fork 0

[fix] web_dark_mode - fix section and note header

16.0
Brenden Eshbach 2025-01-15 16:02:43 -06:00
parent e5300046ce
commit 5f4c296fdd
1 changed files with 9 additions and 3 deletions

View File

@ -28,8 +28,8 @@ $o-grays: (
900: $o-gray-900,
) !default;
$o-community-color: #eded0d !default;
$o-enterprise-color: #235c78d1 !default;
$o-community-color: $o-gray-300 !default;
$o-enterprise-color: #ff0000d1 !default;
$o-enterprise-action-color: #017e84 !default;
$o-brand-odoo: #272a35 !default; // final header color
@ -173,4 +173,10 @@ $o-btn-light-background-hover: $o-gray-400 !default;
color: white !important; // Retain white text
}
}
}
}
//fix sections
table.o_section_and_note_list_view tr.o_data_row.o_is_line_section, div.oe_kanban_card.o_is_line_section {
background-color: $o-gray-300 !important;
}