Browse Source

Small fix for HTML editor border radius

pull/250/head
Aleksander Machniak 11 years ago
parent
commit
58e184b022
  1. 5
      skins/classic/common.css

5
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;

Loading…
Cancel
Save