mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-16 13:55:59 +01:00
Merge pull request #995 from billmn/sortable-background
Added background color to sortable list
This commit is contained in:
commit
532a7139a3
public/build
resources/assets/sass
File diff suppressed because one or more lines are too long
0
public/build/dist/js/all-1c16482be2.js
vendored
Normal file → Executable file
0
public/build/dist/js/all-1c16482be2.js
vendored
Normal file → Executable file
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"dist/css/all.css": "dist/css/all-fbd1bacde1.css",
|
"dist/css/all.css": "dist/css/all-3d7f69f1de.css",
|
||||||
"dist/js/all.js": "dist/js/all-1c16482be2.js"
|
"dist/js/all.js": "dist/js/all-1c16482be2.js"
|
||||||
}
|
}
|
@ -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 {
|
||||||
|
4
resources/assets/sass/plugins/_sortable.scss
Normal file
4
resources/assets/sass/plugins/_sortable.scss
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
.sortable-chosen {
|
||||||
|
border: 1px solid $cachet-gray-light !important;
|
||||||
|
background-color: $cachet-base-medium;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user