mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
web_widget_darkroom: Modal, fixes, cleanup * Fix bugs involving the crop and pan functionality by modifying crop and zoom plugins and Darkroom widget * Add Darkroom modal to normal image widget, using darkroom.modal wizard model to provide backend support for modal view * Remove res.users view changes introduced for demo purposes (not needed due to modal functionality) * Clean up existing code, removing many unnecessary DarkroomJS files
This commit is contained in:
11
web_widget_darkroom/static/src/less/darkroom.less
Executable file
11
web_widget_darkroom/static/src/less/darkroom.less
Executable file
@@ -0,0 +1,11 @@
|
||||
.darkroom-button-group {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.darkroom-button-active {
|
||||
color: @odoo-brand-primary;
|
||||
}
|
||||
|
||||
.oe_form_field_image_controls i {
|
||||
margin: 0 5%;
|
||||
}
|
||||
Reference in New Issue
Block a user