]> source.dussan.org Git - nextcloud-server.git/commitdiff
Better readability for text on log in page which is directly on backgrounds 7028/head
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Mon, 30 Oct 2017 16:57:25 +0000 (17:57 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 31 Oct 2017 13:17:24 +0000 (14:17 +0100)
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
core/css/guest.css

index d55d8785b438e2abd2a823e70896d22588b8895c..1e40e39a6e50d40467a633138166e8b730d6616e 100644 (file)
@@ -370,6 +370,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;
@@ -517,6 +518,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;