diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2012-07-29 16:00:46 -0400 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2012-07-29 18:02:08 -0400 |
commit | e18639551d4c2915af706c70f98c67aa04b9c89e (patch) | |
tree | 471734250e4376838bddd06f3c06a3693199f5e8 /apps/files/css | |
parent | 0836366d8703b2663d11e2989f8dbbb3f7c0c18b (diff) | |
download | nextcloud-server-e18639551d4c2915af706c70f98c67aa04b9c89e.tar.gz nextcloud-server-e18639551d4c2915af706c70f98c67aa04b9c89e.zip |
Tweak appearance of undo delete notification
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index dc298e4d440..e08d69f08d2 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -89,3 +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 |