diff options
author | Marius <marius@lineone.io> | 2016-06-08 17:44:42 +0200 |
---|---|---|
committer | Marius <marius@lineone.io> | 2016-06-08 17:44:42 +0200 |
commit | b928305bb30ade5635a203408090f4ae376278ba (patch) | |
tree | 51f6f532cefa49b5608fd35e2b8e4ff0d27ee112 /apps | |
parent | 80f3a3f4cbecc1e517e6df8841ce457e34eda3e7 (diff) | |
parent | 81145ee57cab576ede2127f9a2aaf346ba822bce (diff) | |
download | nextcloud-server-b928305bb30ade5635a203408090f4ae376278ba.tar.gz nextcloud-server-b928305bb30ade5635a203408090f4ae376278ba.zip |
Merge pull request #28 from nextcloud/design-nextcloud
Adjust the design to Nextcloud
Diffstat (limited to 'apps')
-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')); ?> |