diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-10-19 16:19:37 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-10-23 15:18:37 +0200 |
commit | b04ebd85537bb718acd7bfbea9a994b7acf51177 (patch) | |
tree | a06666f5b435ce33eb2d333ecbdc7d3c51cb24cb /apps/files/css | |
parent | 171fe69db7cbb674ff80ea4ed6d3506d5c409a05 (diff) | |
download | nextcloud-server-b04ebd85537bb718acd7bfbea9a994b7acf51177.tar.gz nextcloud-server-b04ebd85537bb718acd7bfbea9a994b7acf51177.zip |
Round off buttons 'pill style' like on the website
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.scss | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 5d8a20d86a6..05c9de43a24 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -693,9 +693,6 @@ table.dragshadow td.size { .app-files .actions .button.new { position: relative; } -.app-files .actions .button.new .icon { - margin-bottom: 2px; -} .breadcrumb .canDrop > a, #filestable tbody tr.canDrop { |