Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-02-14 00:54:48 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-02-14 14:17:57 +0300
commit0357a30a58fd212ad5f0b4837d3f62bd1f57ddfc (patch)
tree590686c902070c6bd842e2faa610d637c35ed86d /apps/systemtags/css
parent15dc1fa62f6a42c3ccb3e54d9609c3116bf36357 (diff)
Move systemtags to common webpack
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/systemtags/css')
-rw-r--r--apps/systemtags/css/systemtagsfilelist.scss23
1 files changed, 0 insertions, 23 deletions
diff --git a/apps/systemtags/css/systemtagsfilelist.scss b/apps/systemtags/css/systemtagsfilelist.scss
deleted file mode 100644
index d2d96d0c2c1..00000000000
--- a/apps/systemtags/css/systemtagsfilelist.scss
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * 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-sidebar .mainFileInfoView .tag-label {
- cursor: pointer;
- padding: 13px;
-}
-
-#app-sidebar .mainFileInfoView .icon-tag {
- opacity: .5;
- vertical-align: middle;
-}