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 | |
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')
-rw-r--r-- | apps/files/css/files.scss | 4 | ||||
-rw-r--r-- | apps/systemtags/css/systemtagsfilelist.css | 12 |
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'); } |