summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-09-06 13:28:00 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-09-23 18:17:44 +0200
commit65353af3745d5ab078fd68562efc6bee4291803f (patch)
tree613384776f4d79910cc2625ed2977c0afe44ba18 /apps
parenta07299476b5e93d5010b3ce4ea7b25c6eb5046d0 (diff)
downloadnextcloud-server-65353af3745d5ab078fd68562efc6bee4291803f.tar.gz
nextcloud-server-65353af3745d5ab078fd68562efc6bee4291803f.zip
Replaced colours by variables
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/files/css/files.scss4
-rw-r--r--apps/systemtags/css/systemtagsfilelist.css12
2 files changed, 0 insertions, 16 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss
index 2d9f71be02c..13746db9fca 100644
--- a/apps/files/css/files.scss
+++ b/apps/files/css/files.scss
@@ -767,11 +767,7 @@ table.dragshadow td.size {
margin: 0 !important;
border: none;
border-radius: 0;
- position: fixed !important;
- bottom: 44px;
- width: inherit !important;
background-color: transparent;
- border-right: 1px solid $color-border;
z-index:1;
.quota-container {
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');
}