diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-06-08 16:46:26 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-06-08 17:02:18 +0200 |
commit | 81145ee57cab576ede2127f9a2aaf346ba822bce (patch) | |
tree | 51f6f532cefa49b5608fd35e2b8e4ff0d27ee112 /apps/federatedfilesharing | |
parent | 80f3a3f4cbecc1e517e6df8841ce457e34eda3e7 (diff) | |
download | nextcloud-server-81145ee57cab576ede2127f9a2aaf346ba822bce.tar.gz nextcloud-server-81145ee57cab576ede2127f9a2aaf346ba822bce.zip |
THIS IS NEXTCLOUD! adjusting the design
Diffstat (limited to 'apps/federatedfilesharing')
-rw-r--r-- | apps/federatedfilesharing/templates/settings-personal.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/federatedfilesharing/templates/settings-personal.php b/apps/federatedfilesharing/templates/settings-personal.php index 87b524af3e8..4cc8e75ab07 100644 --- a/apps/federatedfilesharing/templates/settings-personal.php +++ b/apps/federatedfilesharing/templates/settings-personal.php @@ -54,7 +54,7 @@ if ($_['showShareIT']) { <div class="hidden" id="oca-files-sharing-add-to-your-website-expanded"> <p style="margin: 10px 0"> <a target="_blank" rel="noreferrer" href="<?php p($_['reference']); ?>" - style="padding:10px;background-color:#1d2d44;color:#fff;border-radius:3px;padding-left:4px;"> + style="padding:10px;background-color:#0082c9;color:#fff;border-radius:3px;padding-left:4px;"> <img src="<?php p($_['owncloud_logo_path']); ?>" style="width:50px;position:relative;top:8px;"> <?php p($l->t('Share with me via ownCloud')); ?> @@ -64,7 +64,7 @@ if ($_['showShareIT']) { <p> <?php p($l->t('HTML Code:')); ?> <xmp><a target="_blank" rel="noreferrer" href="<?php p($_['reference']); ?>" - style="padding:10px;background-color:#1d2d44;color:#fff;border-radius:3px;padding-left:4px;"> + style="padding:10px;background-color:#0082c9;color:#fff;border-radius:3px;padding-left:4px;"> <img src="<?php p(\OC::$server->getURLGenerator()->getAbsoluteURL($_['owncloud_logo_path'])); ?>" style="width:50px;position:relative;top:8px;"> <?php p($l->t('Share with me via ownCloud')); ?> |