diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-09-06 13:28:00 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-09-23 18:17:44 +0200 |
commit | 65353af3745d5ab078fd68562efc6bee4291803f (patch) | |
tree | 613384776f4d79910cc2625ed2977c0afe44ba18 /apps/files/css/files.scss | |
parent | a07299476b5e93d5010b3ce4ea7b25c6eb5046d0 (diff) | |
download | nextcloud-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/files/css/files.scss')
-rw-r--r-- | apps/files/css/files.scss | 4 |
1 files changed, 0 insertions, 4 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 { |