mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] web_widget_ckeditor: reduce icon size
By slightly reducing the toolbar icon size, it really looks as a part of Odoo.
This commit is contained in:
@@ -9,5 +9,15 @@
|
||||
.ck-editor__editable {
|
||||
min-height: 330px;
|
||||
}
|
||||
|
||||
.ck-toolbar {
|
||||
.ck-button {
|
||||
font-size: 0.9rem;
|
||||
|
||||
.ck-icon {
|
||||
will-change: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user