Skip to content

Commit

Permalink
Border around empty container when drag zone active.
Browse files Browse the repository at this point in the history
  • Loading branch information
mchilvers committed Apr 3, 2024
1 parent 67184e4 commit 1bb6ee0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/tools/builder/public/css/page-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@

.drop-zone-active {
background-color: #ede9fe;
border-color: #8b5cf6;
border-color: rgb(209 213 219);
border-color: red;
border-width: 4px;
border-style: solid;
bbbborder-color: #8b5cf6;
bbbborder-color: rgb(209 213 219);
}

.drop-zone-active-above {
Expand Down

0 comments on commit 1bb6ee0

Please sign in to comment.