diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2018-12-03 07:30:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-03 07:30:23 +0100 |
commit | e7458a41f26c5a3e6d38e67a3bc31d961946b45d (patch) | |
tree | 5d9634e812f18f2abbceae59b53df24e28e39f2c /settings | |
parent | 9563f03ee6e3b1f8fb6f0b77aa316e2de0d7955f (diff) | |
parent | 2824622febf1c755cefd8a7fa32e7aac8f5abe91 (diff) | |
download | nextcloud-server-e7458a41f26c5a3e6d38e67a3bc31d961946b45d.tar.gz nextcloud-server-e7458a41f26c5a3e6d38e67a3bc31d961946b45d.zip |
Merge pull request #12762 from nextcloud/auth-dialog-fix
Polishing of various modal dialogs
Diffstat (limited to 'settings')
-rw-r--r-- | settings/css/settings.scss | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss index be1c6a08b68..b85eaefcf5f 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -78,12 +78,15 @@ input { transform: translate(-50%, -50%); background: #fff; color: #333; - border-radius: var(--border-radius); - box-shadow: 0 0 7px #888; + border-radius: var(--border-radius-large); + box-shadow: 0 0 10px var(--color-box-shadow); padding: 15px; - .jcrop-holder { - box-shadow: 0 0 7px #888; + .jcrop-holder, + .jcrop-holder img, + img.jcrop-preview { + border-radius: var(--border-radius); } + .button { margin-top: 15px; } |