mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-04 17:04:32 +08:00
Added interface for adding/removing roles in entity perms.
This commit is contained in:
@ -109,12 +109,23 @@ button {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.button.icon {
|
||||
.button.icon, .icon-button {
|
||||
.svg-icon {
|
||||
margin-inline-end: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.icon-button {
|
||||
text-align: center;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
.icon-button:hover {
|
||||
background-color: rgba(0, 0, 0, 0.05);
|
||||
border-radius: 4px;
|
||||
border-color: #DDD;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.button.svg {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
Reference in New Issue
Block a user