mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update odoo customize, misc
This commit is contained in:
@@ -1,7 +1,23 @@
|
||||
.modal {
|
||||
.modal-content {
|
||||
.modal-header.ui-draggable-handle {
|
||||
cursor: move;
|
||||
}
|
||||
.modal {
|
||||
.modal-content {
|
||||
.modal-header.ui-draggable-handle {
|
||||
cursor: move;
|
||||
}
|
||||
}
|
||||
|
||||
.modal-dialog_full_screen {
|
||||
@include media-breakpoint-up(sm) {
|
||||
max-width: 100%;
|
||||
width: calc(100% - 50px);
|
||||
}
|
||||
}
|
||||
|
||||
.dialog_button_restore,
|
||||
.dialog_button_extend {
|
||||
margin-left: auto;
|
||||
|
||||
+ .btn-close {
|
||||
margin: -8px -8px -8px 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user