mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-02 23:56:56 +08:00
Revised webhooks list to new format
Also aligned query naming to start with model in use. Also added created/updated sort options to roles.
This commit is contained in:
@ -969,4 +969,17 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {
|
||||
}
|
||||
.item-list-row:hover .item-list-row-toggle-all {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.status-indicator-active, .status-indicator-inactive {
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
border-radius: 50%;
|
||||
display: inline-block;
|
||||
}
|
||||
.status-indicator-active {
|
||||
background-color: $positive;
|
||||
}
|
||||
.status-indicator-inactive {
|
||||
background-color: $negative;
|
||||
}
|
Reference in New Issue
Block a user