second half of issue #893 - move channel default permissions to its own module so we can apply different page/widget layouts than for connedit; the relevant functionality is abandoned on mod_connedit but still intact. Trying a slightly different look/behaviour for inherited settings and the associated checkboxes. This may need a bit more tweaking but overall looks a lot cleaner.

This commit is contained in:
zotlabs
2017-11-06 20:13:14 -08:00
parent 11a7a08b9d
commit 3f1a4b6559
6 changed files with 377 additions and 1 deletions

View File

@@ -977,6 +977,11 @@ a .drop-icons:hover {
color: #FF0000;
}
.perm-inherited {
color: #FF0000;
}
#menulist {
list-style-type: none;
}
@@ -1639,6 +1644,17 @@ dl.bb-dl > dd > li {
background-color: #0275d8;
}
.form-group.checkbox > div > input:disabled + label .onoffswitch-switch {
background-color: red;
border-radius: 3px;
opacity: 0.3;
filter:alpha(opacity=30);
}
.help-searchlist {
list-style-type: none;
}