diff options
author | kondou <kondou@ts.unde.re> | 2013-07-10 04:39:22 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-07-10 04:39:22 +0200 |
commit | 4cd87549e14dbd01e2cd202a993b92cb2b81f6e9 (patch) | |
tree | 046652a08621d1c07cd430fa419bd63598a6b7fa /core/css/jquery.ocdialog.css | |
parent | 7ec6f3bde9ccaa7c53bf500fff222a7b25a4a44c (diff) | |
download | nextcloud-server-4cd87549e14dbd01e2cd202a993b92cb2b81f6e9.tar.gz nextcloud-server-4cd87549e14dbd01e2cd202a993b92cb2b81f6e9.zip |
Close.png instead of delete.png for close dialogs
Diffstat (limited to 'core/css/jquery.ocdialog.css')
-rw-r--r-- | core/css/jquery.ocdialog.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/jquery.ocdialog.css b/core/css/jquery.ocdialog.css index c300b031afd..aa72eaf8474 100644 --- a/core/css/jquery.ocdialog.css +++ b/core/css/jquery.ocdialog.css @@ -35,7 +35,7 @@ position:absolute; top:7px; right:7px; height:20px; width:20px; - background:url('../img/actions/delete.svg') no-repeat center; + background:url('../img/actions/close.svg') no-repeat center; } .oc-dialog-dim { |