Added background to sortable list
This commit is contained in:
@@ -44,6 +44,7 @@ body {
|
||||
@import "plugins/animate";
|
||||
@import "plugins/bootstrap-datetimepicker/bootstrap-datetimepicker";
|
||||
@import "plugins/password-strength";
|
||||
@import "plugins/sortable";
|
||||
|
||||
// Status Page will need to override certain styles.
|
||||
@import "status-page";
|
||||
|
||||
@@ -63,6 +63,10 @@ body.dashboard {
|
||||
}
|
||||
}
|
||||
|
||||
.drag-handle {
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
.user-grid {
|
||||
.user {
|
||||
img {
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
.sortable-chosen {
|
||||
background-color: $cachet-base-medium;
|
||||
}
|
||||
Reference in New Issue
Block a user