Add support for org-wide default permissions
This commit is contained in:
parent
e1e283698e
commit
3da5a77e33
4 changed files with 56 additions and 13 deletions
|
@ -54,6 +54,13 @@
|
|||
transition: opacity 1s ease-in-out;
|
||||
}
|
||||
|
||||
.super-option {
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 10px;
|
||||
background: #eee;
|
||||
margin-bottom: 26px;
|
||||
}
|
||||
|
||||
.small-spinner {
|
||||
display: inline-block;
|
||||
width: 14px;
|
||||
|
|
Reference in a new issue