mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[ADD] web_widget_many2one_simple
This commit is contained in:
committed by
OCA-git-bot
parent
64f34f7c73
commit
575daf2e68
@@ -0,0 +1,21 @@
|
||||
.o_field_widget {
|
||||
// Flex fields (inline)
|
||||
&.o_field_many2one_simple {
|
||||
display: inline-flex;
|
||||
> span,
|
||||
> button {
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
|
||||
.o_external_button {
|
||||
padding: 0;
|
||||
margin-left: 2px;
|
||||
font-size: 19px;
|
||||
color: #7c7bad;
|
||||
border: none;
|
||||
&:hover {
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user