nextcloud/apps/systemtags/css/systemtagsfilelist.css

40 lines
721 B
CSS

/*
* Copyright (c) 2016
*
* This file is licensed under the Affero General Public License version 3
* or later.
*
* See the COPYING-README file.
*
*/
#app-content-systemtagsfilter .select2-container {
width: 30%;
margin-left: 10px;
}
#app-content-systemtagsfilter .select2-choices {
white-space: nowrap;
text-overflow: ellipsis;
background: #fff;
color: #555;
box-sizing: content-box;
border-radius: 3px;
border: 1px solid #ddd;
padding: 0;
min-height: auto;
}
.nav-icon-systemtagsfilter {
background-image: url('../img/tag.svg');
}
#app-sidebar .mainFileInfoView .tag-label {
cursor: pointer;
padding: 13px;
}
#app-sidebar .mainFileInfoView .icon-tag {
opacity: .5;
vertical-align: middle;
}