Files
web/web_shortcut/static/src/css/web_shortcut.css
2017-05-18 12:21:52 +02:00

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);
}