mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] web_shortcut (#626)
This commit is contained in:
committed by
Pedro M. Baeza
parent
07a9379508
commit
2c7f2a7d08
34
web_shortcut/static/src/css/web_shortcut.css
Normal file
34
web_shortcut/static/src/css/web_shortcut.css
Normal 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);
|
||||
}
|
||||
Reference in New Issue
Block a user