Skip to content

Instantly share code, notes, and snippets.

@KoljaL
Created April 21, 2025 07:59
Show Gist options
  • Save KoljaL/c0ddfef7728049e496577e0cb70c4091 to your computer and use it in GitHub Desktop.
Save KoljaL/c0ddfef7728049e496577e0cb70c4091 to your computer and use it in GitHub Desktop.
little hack for an old nextcloud
#appmenu:hover li svg, #appmenu:hover li .icon-more, #appmenu:hover li .icon-more-white, #appmenu:hover li .icon-loading-small, #appmenu:hover li .icon-loading-small-dark {
transform: translateY(7px);
}
#appmenu:hover li span {
opacity: 0.6;
top: 2px;
z-index: -1;
}
#appmenu li {
position: relative;
cursor: pointer;
padding: 0 10px;
display: flex;
justify-content: center;
}
select#category_selector{
background-image: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment