Added background to sortable list

This commit is contained in:
Davide Bellini
2015-10-05 12:36:47 +02:00
parent a08f39f351
commit 021a842520
6 changed files with 12 additions and 4 deletions
File diff suppressed because one or more lines are too long
Vendored Regular → Executable
View File
+1 -1
View File
@@ -1,4 +1,4 @@
{ {
"dist/css/all.css": "dist/css/all-fbd1bacde1.css", "dist/css/all.css": "dist/css/all-c393f91131.css",
"dist/js/all.js": "dist/js/all-1c16482be2.js" "dist/js/all.js": "dist/js/all-1c16482be2.js"
} }
+1
View File
@@ -44,6 +44,7 @@ body {
@import "plugins/animate"; @import "plugins/animate";
@import "plugins/bootstrap-datetimepicker/bootstrap-datetimepicker"; @import "plugins/bootstrap-datetimepicker/bootstrap-datetimepicker";
@import "plugins/password-strength"; @import "plugins/password-strength";
@import "plugins/sortable";
// Status Page will need to override certain styles. // Status Page will need to override certain styles.
@import "status-page"; @import "status-page";
@@ -63,6 +63,10 @@ body.dashboard {
} }
} }
.drag-handle {
cursor: move;
}
.user-grid { .user-grid {
.user { .user {
img { img {
@@ -0,0 +1,3 @@
.sortable-chosen {
background-color: $cachet-base-medium;
}