diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-11-13 18:09:25 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-11-13 18:09:25 +0100 |
commit | 58e184b022349530485125f489d1e080bafa6717 (patch) | |
tree | 12cc75ba07c48ccf58a792c258c3d2663d4432fe /skins | |
parent | b274c8cad94cda1dafa46be60ca9eb77a00a57a6 (diff) |
Small fix for HTML editor border radius
Diffstat (limited to 'skins')
-rw-r--r-- | skins/classic/common.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/skins/classic/common.css b/skins/classic/common.css index d0f0f3148..03494496d 100644 --- a/skins/classic/common.css +++ b/skins/classic/common.css @@ -1458,6 +1458,11 @@ table.quota-info td.root { padding: 6px 8px !important; } +.mce-tinymce +{ + border-radius: 0 !important; +{ + .mce-panel.mce-toolbar-grp { border: 0 !important; |