shell bypass 403
GrazzMean Shell
: /home/homesquasz/devprod/AdminLTE-master/node_modules/summernote/src/styles/lite/scss/ [ drwx---r-x ]
.note-dropdown {
position: relative;
}
.note-color {
.dropdown-toggle {
width: 30px;
padding-left: 5px;
}
}
.note-dropdown-menu {
display: none;
min-width: 100px;
position: absolute;
top: 100%;
left: 0;
z-index : $zindex-dropdown;
float: left;
text-align:left;
background: $dropdown-color-bg;
border: 1px solid $dropdown-color-border;
padding: 5px;
background-clip: padding-box;
@include box-shadow(0 1px 1px rgba(0,0,0,.06));
> *:last-child {
margin-right: 0;
}
}
.note-btn-group.open .note-dropdown-menu {
display: block;
}
.note-dropdown-item {
display: block;
&:hover {
background-color: $btn-default-hover-bg;
}
}
a.note-dropdown-item,
a.note-dropdown-item:hover {
margin: 5px 0;
color: #000;
text-decoration: none;
}