[MIG] web_shortcut (#626)

This commit is contained in:
Dennis Sluijk
2017-05-18 12:21:52 +02:00
committed by Pedro M. Baeza
parent 07a9379508
commit 2c7f2a7d08
56 changed files with 512 additions and 498 deletions

View File

@@ -0,0 +1,34 @@
.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);
}