You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

systemtagsfilelist.scss 410B

1234567891011121314151617181920212223
  1. /*
  2. * Copyright (c) 2016
  3. *
  4. * This file is licensed under the Affero General Public License version 3
  5. * or later.
  6. *
  7. * See the COPYING-README file.
  8. *
  9. */
  10. #app-content-systemtagsfilter .select2-container {
  11. width: 30%;
  12. margin-left: 10px;
  13. }
  14. #app-sidebar .mainFileInfoView .tag-label {
  15. cursor: pointer;
  16. padding: 13px;
  17. }
  18. #app-sidebar .mainFileInfoView .icon-tag {
  19. opacity: .5;
  20. vertical-align: middle;
  21. }