diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2012-07-30 12:21:58 -0400 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2012-07-30 12:22:11 -0400 |
commit | dfae77dec1650f171d09d4bde88ab74029f6e8c7 (patch) | |
tree | 3d254c9acbd0eb31610b37194811f68a600e9936 /apps/files/css | |
parent | b465fc84ae9fd1f678ce8cf1bd0c5a91d3665a05 (diff) | |
download | nextcloud-server-dfae77dec1650f171d09d4bde88ab74029f6e8c7.tar.gz nextcloud-server-dfae77dec1650f171d09d4bde88ab74029f6e8c7.zip |
Add notifications and undo support for replacing files when renaming
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index e08d69f08d2..317c0b8a1e2 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -89,4 +89,4 @@ a.action>img { max-height:16px; max-width:16px; vertical-align:text-bottom; } #navigation>ul>li:first-child+li { padding-top:2.9em; } #scanning-message{ top:40%; left:40%; position:absolute; display:none; } -#notification .undo { cursor:pointer; font-weight:bold; margin-left:1em; }
\ No newline at end of file +#notification span { cursor:pointer; font-weight:bold; margin-left:1em; }
\ No newline at end of file |