diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2016-12-08 13:49:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-08 13:49:56 +0100 |
commit | 158cc9c261eb2abf071bf25e264203239f3806e4 (patch) | |
tree | 6c4d79dfec41c9e7f59049b0840a3033bbeb9487 /apps/files/css/files.css | |
parent | 880121d31007a0679c1a30a2b9cf86c2ade4789a (diff) | |
parent | efbbf4d86588606f5eb5d8c4a616a3b095dc35d7 (diff) | |
download | nextcloud-server-158cc9c261eb2abf071bf25e264203239f3806e4.tar.gz nextcloud-server-158cc9c261eb2abf071bf25e264203239f3806e4.zip |
Merge pull request #2545 from nextcloud/fix-popover-width
Fix popover width
Diffstat (limited to 'apps/files/css/files.css')
-rw-r--r-- | apps/files/css/files.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 52ae4aaa6ad..7956ef5c6ae 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -549,14 +549,6 @@ html.ie8 #fileList tr.selected td.filename>.selectCheckBox { border-top-right-radius: 3px; min-width: 100px; } -.bubble:after, -#app-navigation .app-navigation-entry-menu:after { - right: 12px; -} -.bubble:before, -#app-navigation .app-navigation-entry-menu:before { - right: 6px; -} /* force show the loading icon, not only on hover */ #fileList .icon-loading-small { |