Skip to content

small style change regarding editing widgets on front #417

@ardi-n

Description

@ardi-n

I would suggest to disable border for highlighted widgets because it brakes layout of the page. Instead we can use

#dm_page.edit .dm_widget .dm_widget_inner {
  outline: 2px groove #D3D3D3;
  border: none;
/*  border-radius: 0 4px 4px 4px;
  -moz-border-radius: 0 4px 4px 4px;
  -webkit-border-radius: 0 4px 4px 4px;*/
}

outline does not change box model.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions