diff options
author | Robin McCorkell <rmccorkell@karoshi.org.uk> | 2014-08-14 17:48:34 +0100 |
---|---|---|
committer | Robin McCorkell <rmccorkell@karoshi.org.uk> | 2014-08-30 09:02:37 +0100 |
commit | 0e8a973579c95053845153257b1bbe185f3b84b3 (patch) | |
tree | 31d60a42b4f3f22f5a43d3904b03d593f126cff0 /core/css | |
parent | 9d6757654085dd3ec396bb9bb12af337e726cbac (diff) | |
download | nextcloud-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.css | 4 |
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 { |