mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-04 20:36:03 +01:00
local initial checkin
This commit is contained in:
43
theme-old/css-compiled/vendor/mmenu/addons/jquery.mmenu.labels.css
vendored
Normal file
43
theme-old/css-compiled/vendor/mmenu/addons/jquery.mmenu.labels.css
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
/*
|
||||
jQuery.mmenu labels addon CSS
|
||||
*/
|
||||
.mm-menu.mm-fixedlabels .mm-list {
|
||||
background: inherit; }
|
||||
.mm-menu.mm-fixedlabels .mm-list > li.mm-label {
|
||||
background: inherit !important;
|
||||
opacity: 0.97;
|
||||
height: 25px;
|
||||
overflow: visible;
|
||||
position: relative;
|
||||
z-index: 1; }
|
||||
.mm-menu.mm-fixedlabels .mm-list > li.mm-label > div {
|
||||
background: inherit;
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
left: 0; }
|
||||
.mm-menu.mm-fixedlabels .mm-list > li.mm-label > div > div {
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden; }
|
||||
.mm-menu.mm-fixedlabels .mm-list > li.mm-label.mm-spacer > div > div {
|
||||
padding-top: 25px; }
|
||||
|
||||
.mm-list > li.mm-label > span {
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
padding: 0; }
|
||||
.mm-list > li.mm-label.mm-opened a.mm-subopen:after {
|
||||
-webkit-transform: rotate(45deg);
|
||||
-moz-transform: rotate(45deg);
|
||||
-ms-transform: rotate(45deg);
|
||||
-o-transform: rotate(45deg);
|
||||
transform: rotate(45deg);
|
||||
right: 17px; }
|
||||
.mm-list > li.mm-collapsed {
|
||||
display: none; }
|
||||
|
||||
.mm-menu .mm-list li.mm-label > div > div {
|
||||
background: rgba(255, 255, 255, 0.05); }
|
||||
|
||||
/*# sourceMappingURL=jquery.mmenu.labels.css.map */
|
||||
Reference in New Issue
Block a user