Skip to content

Commit

Permalink
Minor CSS corrections to prevent double bordering
Browse files Browse the repository at this point in the history
  • Loading branch information
joepavitt committed Sep 23, 2024
1 parent 339290c commit d7c8f25
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nodes/config/ui_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,21 +241,22 @@
}
div.nrdb2-sb-group-list-container ol.nrdb2-sb-group-list.red-ui-editableList-list.ui-sortable:empty,
div.nrdb2-sb-widget-list-container ol.nrdb2-sb-widget-list.red-ui-editableList-list.ui-sortable:empty {
border: 1px dashed #c4c4c4;
padding: 8px; /* should be 9px to match the other entries but border width is 2px */
height: 20px; /* To make it visible */
text-align: center;
border-left-width: 0;
border-right-width: 0;
background-color: #f9f9f9;
}
div.nrdb2-sb-widget-list-container ol.nrdb2-sb-widget-list.red-ui-editableList-list.ui-sortable:empty {
border: 1px dashed #c4c4c4;
}
div.nrdb2-sb-group-list-container ol.nrdb2-sb-group-list.red-ui-editableList-list.ui-sortable:empty::before,
div.nrdb2-sb-widget-list-container ol.nrdb2-sb-widget-list.red-ui-editableList-list.ui-sortable:empty::before {
content: "empty";
color: #d2d2d2;
font-style: italic;
}
ol.nrdb2-sb-group-list li:last-child ol.nrdb2-sb-group-list.red-ui-editableList-list.ui-sortable:empty,
ol.nrdb2-sb-group-list li:last-child ol.nrdb2-sb-widget-list.red-ui-editableList-list.ui-sortable:empty {
border-bottom-width: 0px;
}
Expand Down

0 comments on commit d7c8f25

Please sign in to comment.