1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-13 13:50:07 +00:00

permission explanation

This commit is contained in:
Michael An
2019-01-24 17:15:01 +08:00
parent 684167819f
commit a2acee268b
5 changed files with 82 additions and 22 deletions

View File

@@ -0,0 +1,16 @@
.permission-editor .permission-editor-explanation {
user-select: none;
padding-left: 10px;
color: #9c9c9c;
font-size: 12px;
word-break: keep-all;
word-wrap: break-word;
white-space: pre-wrap;
}
.permission-editor .select__option {
padding-top: 2px;
padding-bottom: 2px;
}
.select__control .permission-editor-explanation {
display: none;
}