/**
* 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;
}
}
#app-navigation > ul{
> li > a{
z-index: auto;
}
}
.nav-trashbin {
//position: fixed !important;
//bottom: 44px;
width: inherit !important;
border-right: 1px solid #eee;
a {
&.active{
//border-left: 3px solid #0082c9;
}
background-color: #fff !important;
opacity: 1 !important;
z-index: 140;
//padding: 0 20px;
.fa {
margin-right: 15px;
}
}
}
//to remove old entry
#taginput{
visibility: hidden;
display: none;
}
//Overrides transparent entry bullet on hover from server
#app-navigation .collapsible:hover .app-navigation-entry-bullet{
background: var(--color-primary) !important;
}
#app-navigation {
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);
}
a.taginput{
visibility: hidden;
display: none;
opacity: 1;
}
a{
overflow: visible;
tags-input{
opacity: 1.0;
li{
width: auto !important;
}
}
}
}
> ul ul {
display: inherit !important;
}
}
//source https://material.io/tools/icons/?icon=restore&style=baseline
.icon-expired{
background-image: url("data:image/svg+xml;utf8,");
}