diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-10-30 17:57:25 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-10-31 11:36:55 +0100 |
commit | c432e16719fdbd084977ea81a4d66f236c22439b (patch) | |
tree | 8467b3ba490c7a000373940cb24818ba0942cb9f /core | |
parent | 8ce5adcf70445ff9f319d301ebaf11e97431906c (diff) | |
download | nextcloud-server-c432e16719fdbd084977ea81a4d66f236c22439b.tar.gz nextcloud-server-c432e16719fdbd084977ea81a4d66f236c22439b.zip |
Better readability for text on log in page which is directly on backgrounds
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/guest.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/css/guest.css b/core/css/guest.css index dacf79b37bc..ee6d44d98e8 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -389,6 +389,7 @@ form .warning input[type='checkbox']+label { margin: 10px 0; text-align: center; width: 100%; + text-shadow: 0 0 2px rgba(0, 0, 0, .4); // better readability on bright background } #forgot-password { padding: 11px; @@ -559,6 +560,7 @@ fieldset.update legend + p { p.info { margin: 0 auto; padding-top: 20px; + text-shadow: 0 0 2px rgba(0, 0, 0, .4); // better readability on bright background -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; |