forked from Techsystech/web
[fix] web_dark_mode - fix section and note header
parent
e5300046ce
commit
5f4c296fdd
|
@ -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;
|
||||
}
|
Loading…
Reference in New Issue