documentation/static/css/showcase_tables.css
Elisabeth Dickinson 6c4845eae4 [IMP] odoo_theme: design improvements
Revamp of the side menu;
Round all borders for consistency with the buttons;
Improve .sig-* and .o_code elements;
Improve sphinx-tabs hover effect;

task-3046383

closes odoo/documentation#4111

X-original-commit: 3056c7b62d
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-04-12 10:29:12 +02:00

24 lines
515 B
CSS

#wrap main table.o-showcase-table > tbody > tr.row-even .highlight-text {
border: none;
margin: 0;
}
table.o-showcase-table > tbody > tr.row-odd > td {
display: block;
border: 1px solid #d5d5d5;
padding: 2rem;
border-radius: 3px 3px 0 0;
}
table.o-showcase-table > tbody > tr.row-odd > td .highlight-text {
margin: 0;
}
table.o-showcase-table > tbody > tr.row-even > td {
display: grid;
padding: 1rem;
background: #f8f8f8;
border: 0;
border-radius: 0 0 3px 3px;
}