mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
Replaced jquery sortable with sortablejs
This commit is contained in:
@ -59,8 +59,11 @@
|
||||
}
|
||||
|
||||
/*
|
||||
* Entity background colors
|
||||
* Standard & Entity background colors
|
||||
*/
|
||||
.bg-white {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.bg-book {
|
||||
background-color: $color-book;
|
||||
}
|
||||
|
Reference in New Issue
Block a user