diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-10-02 23:15:49 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-10-02 23:15:49 +0200 |
commit | 241e0db3da640e6e7c379fc3a0e8f76e0ee527d2 (patch) | |
tree | db77eb77dfd97e66d12118eb07e6eddc52a02e43 /core/css | |
parent | 4de8f48b06b2ae7261d347ce692b3fef3bdd2e1a (diff) | |
download | nextcloud-server-241e0db3da640e6e7c379fc3a0e8f76e0ee527d2.tar.gz nextcloud-server-241e0db3da640e6e7c379fc3a0e8f76e0ee527d2.zip |
Remove box-shadow from update/redirect boxes
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/guest.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/css/guest.css b/core/css/guest.css index be4b4173786..4645e97910f 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -561,7 +561,6 @@ form #selectDbType label.ui-state-active { display: block; padding: 15px; background-color: rgba(0,0,0,.3); - box-shadow: 0 0 30px rgba(0,0,0,.3); color: #fff; text-align: left; word-wrap: break-word; |