Add sortable styles to the light theme

This commit is contained in:
Ben Ogle 2013-09-11 16:40:49 -07:00
parent a8e8bb9303
commit 09907388b7

View File

@ -109,8 +109,25 @@
} }
} }
.ui-sortable {
li {
line-height: 2.5;
}
// For sortable lists in the settings view
li.ui-sortable-placeholder {
visibility: visible !important;
background-color: darken(@pane-item-background-color, 10%);
}
}
li.ui-draggable-dragging, li.ui-sortable-helper {
line-height: @component-line-height;
height: @component-line-height;
border: 0;
border-radius: 0;
list-style: none;
padding: 0 @component-padding;
background: @background-color-highlight;
box-shadow: 0 0 1px @base-border-color;
}