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:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-09-06 14:28:00 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-09-23 19:17:44 +0300
commit65353af3745d5ab078fd68562efc6bee4291803f (patch)
tree613384776f4d79910cc2625ed2977c0afe44ba18 /apps/systemtags/css
parenta07299476b5e93d5010b3ce4ea7b25c6eb5046d0 (diff)
Replaced colours by variables
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/systemtags/css')
-rw-r--r--apps/systemtags/css/systemtagsfilelist.css12
1 files changed, 0 insertions, 12 deletions
diff --git a/apps/systemtags/css/systemtagsfilelist.css b/apps/systemtags/css/systemtagsfilelist.css
index 6318d43687e..ad711f74733 100644
--- a/apps/systemtags/css/systemtagsfilelist.css
+++ b/apps/systemtags/css/systemtagsfilelist.css
@@ -12,18 +12,6 @@
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');
}