summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorRobin McCorkell <rmccorkell@karoshi.org.uk>2014-08-14 17:48:34 +0100
committerRobin McCorkell <rmccorkell@karoshi.org.uk>2014-08-30 09:02:37 +0100
commit0e8a973579c95053845153257b1bbe185f3b84b3 (patch)
tree31d60a42b4f3f22f5a43d3904b03d593f126cff0 /core/css
parent9d6757654085dd3ec396bb9bb12af337e726cbac (diff)
downloadnextcloud-server-0e8a973579c95053845153257b1bbe185f3b84b3.tar.gz
nextcloud-server-0e8a973579c95053845153257b1bbe185f3b84b3.zip
Improve UI of external storage configuration
* Highlight fields that need to be filled * Remove (required) and (optional) strings where possible * Focus first configuration field when creating new external storage * Add ability to force external storage re-check * Various jQuery improvements * Prevent wrapping of checkboxes in configuration
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 7e41e904127..3f3afa44f2d 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -620,6 +620,10 @@ label.infield {
color: black !important;
}
+.warning-input {
+ border-color: #cc3333 !important;
+}
+
/* Fixes for log in page, TODO should be removed some time */
#body-login .update,
#body-login .error {