aboutsummaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2014-08-21 22:22:35 +0200
committerLukas Reschke <lukas@owncloud.com>2014-08-21 22:22:35 +0200
commit97b536e3dfd35d1e51ecf866ccb433745c33309a (patch)
treeae39f9099f410e5bcd9dbd4c58b24faa2752a4c7 /core/css
parent52d5429768acdb87b2dc2efedc89eb4ad0d29139 (diff)
downloadnextcloud-server-97b536e3dfd35d1e51ecf866ccb433745c33309a.tar.gz
nextcloud-server-97b536e3dfd35d1e51ecf866ccb433745c33309a.zip
Add a trusted domain wizard
Adds a little button to the trusted domain warning, if an admin clicks on the warning he will be redirected to ownCloud and asked whether he want to trust this domain. By far not the cleanest code, or clean at all, but does the job and I don't see a reason to make a lot of changes for this little improvement.
Diffstat (limited to 'core/css')
-rw-r--r--core/css/styles.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index f1ce49cfe20..292fb83a056 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -611,6 +611,10 @@ label.infield {
margin-left: -200px !important;
}
+.error-wide .button {
+ color: black !important;
+}
+
/* Fixes for log in page, TODO should be removed some time */
#body-login .update,
#body-login .error {