nextcloud/apps/systemtags/css/systemtagsfilelist.scss

28 lines
499 B
SCSS
Raw Normal View History

/*
* 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;
}
.nav-icon-systemtagsfilter {
@include icon-color('tag', 'systemtags', $color-black);
}
2016-09-20 18:20:09 +03:00
#app-sidebar .mainFileInfoView .tag-label {
cursor: pointer;
2016-09-21 01:22:19 +03:00
padding: 13px;
2016-09-20 18:20:09 +03:00
}
#app-sidebar .mainFileInfoView .icon-tag {
opacity: .5;
vertical-align: middle;
}