summaryrefslogtreecommitdiffstats
path: root/apps/contacts/css
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-02-14 13:57:11 +0100
committerThomas Tanghus <thomas@tanghus.net>2012-02-14 13:57:11 +0100
commit31dab0372dd0d9b7a7b4b1e27faeaaf89c420ef3 (patch)
treebde7e4d533ad8476eb6c118de62d73cba690db19 /apps/contacts/css
parentae426ad1151615dda9d492bb550de15b81f91216 (diff)
downloadnextcloud-server-31dab0372dd0d9b7a7b4b1e27faeaaf89c420ef3.tar.gz
nextcloud-server-31dab0372dd0d9b7a7b4b1e27faeaaf89c420ef3.zip
Added some fixes for what to show when address books are (de)selected, all contacts deleted etc. Still need some cleaning up.
Diffstat (limited to 'apps/contacts/css')
-rw-r--r--apps/contacts/css/contacts.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/contacts/css/contacts.css b/apps/contacts/css/contacts.css
index 86322a2cc2a..460859fae17 100644
--- a/apps/contacts/css/contacts.css
+++ b/apps/contacts/css/contacts.css
@@ -77,7 +77,8 @@ dl.form
.delete { background:url('../../../core/img/actions/delete.svg') no-repeat center; }
.edit { background:url('../../../core/img/actions/rename.svg') no-repeat center; }
.mail { background:url('../../../core/img/actions/mail.svg') no-repeat center; }
-.globe { background:url('../img/globe.svg') no-repeat center; }
+/*.globe { background:url('../img/globe.svg') no-repeat center; }*/
+.globe { background:url('../../../core/img/actions/public.svg') no-repeat center; }
#messagebox_msg { font-weight: bold; font-size: 1.2em; }