/** * Nextcloud - passman * * @copyright Copyright (c) 2016, Sander Brand (brantje@gmail.com) * @copyright Copyright (c) 2016, Marcos Zuriaga Miguel (wolfi@wolfi.es) * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . * */ .settings-container { div { padding-left: 15px; } button { width: 80%; margin-left: 15px; margin-right: 15px; } } .settings-container-label { padding-left: 15px; } #app-navigation > ul{ > li > a{ z-index: auto; } > li { display: block; } } .nav-trashbin { //position: fixed !important; //bottom: 44px; width: inherit !important; border-right: 1px solid #eee; a { &.active{ //border-left: 3px solid #0082c9; background-image: var(--icon-delete-e9322d); } //background-color: #fff !important; opacity: 1 !important; z-index: 140; //padding: 0 20px; .fa { margin-right: 15px; } } } //Overrides transparent entry bullet on hover from server #app-navigation{ .collapsible:hover .app-navigation-entry-bullet{ background: var(--color-primary) !important; } /* Custom bullet icon */ .app-navigation-entry-bullet-with-hover { position: absolute; display: block; margin: 16px; width: 12px; height: 12px; border: none; border-radius: 50%; cursor: pointer; transition: background 100ms ease-in-out; z-index: 101; } } #app-navigation { a{ .selected{ opacity: 1!important; box-shadow: inset 4px 0 var(--color-primary)!important; } } li { .app-navigation-entry-bullet-color { background-color: var(--color-primary); } .bullet-color-red { background-color: #ff0000; } .bullet-color-yellow { background-color: #ebbb00; } .bullet-color-green { background-color: #4db728; } .highlight-selected { background-color: var(--color-primary); } .autocomplete { position: relative; } a.taginput { opacity: 1; } a { overflow: visible; padding-left: 44px!important; tags-input { opacity: 1.0; li { width: auto !important; } } } } } .hidden-list{ display: none !important; } //source https://material.io/tools/icons/?icon=restore&style=baseline .icon-expired{ background-image: url("data:image/svg+xml;utf8,"); }