mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
34 lines
521 B
CSS
34 lines
521 B
CSS
.oe_shortcut_toggle {
|
|
height: 20px;
|
|
margin-top: 2px;
|
|
width: 24px;
|
|
cursor: pointer;
|
|
display: block;
|
|
font-size: 20px;
|
|
float: left;
|
|
color: #a8a8a8;
|
|
}
|
|
|
|
.oe_shortcut_toggle:focus {
|
|
color: #a8a8a8;
|
|
}
|
|
|
|
.oe_shortcut_toggle:hover {
|
|
color: #ffd700;
|
|
}
|
|
|
|
.oe_shortcut_remove {
|
|
color: #ffd700;
|
|
}
|
|
|
|
.oe_shortcut_remove:focus {
|
|
color: #ffd700;
|
|
}
|
|
|
|
.o_control_panel .breadcrumb {
|
|
width: calc(50% - 24px);
|
|
}
|
|
|
|
.o_control_panel.o_breadcrumb_full .breadcrumb {
|
|
width: calc(100% - 24px);
|
|
} |