groupfolders
groupfolders copied to clipboard
add some color to easier distinguish between permissions
How to use GitHub
- Please use the ๐ reaction to show that you are interested into the same feature.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Is your feature request related to a problem? Please describe. When editing the permissions it is quite hard to see the inherited feature if you are not looking for it which leads to unwanted configurations
Describe the solution you'd like just add some color
Describe alternatives you've considered I resolved it with the custom css app
Additional context I colored .checkbox green, .deny red and .inherited gray
.inherited {
background-color: #c2c2c2 !important;
}
.icon-deny {
background-color: #f44343;
}
.icon-checkmark {
background-color: #59d082;
}