diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-07-22 13:44:26 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-07-23 18:36:45 +0200 |
commit | 89d0d7f58babe2f3f9dc4f239eef12d54a1f8283 (patch) | |
tree | 231109146190029695147a341c5cee82064c190a /core | |
parent | 622c567c1f9d8c70d9eb633a0b9fabdde79ebd4b (diff) | |
download | nextcloud-server-89d0d7f58babe2f3f9dc4f239eef12d54a1f8283.tar.gz nextcloud-server-89d0d7f58babe2f3f9dc4f239eef12d54a1f8283.zip |
adjust text colors for remember and footer
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 46adaf2c09f..1e4f7eaed42 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -180,12 +180,12 @@ input[type="submit"].enabled { background:#66f866; border:1px solid #5e5; -moz-b width: 22em; text-align: center; margin: 0 auto; - color: #030303; + color: #000a20; text-shadow: #3d4d64 0 1px 0; } #body-login p.info a { font-weight: bold; - color: #070707; + color: #000d24; } #body-login #submit.login { margin-right:7px; } /* quick fix for log in button not being aligned with input fields, should be properly fixed by input field width later */ @@ -267,12 +267,17 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; } position: relative; margin: 0; font-size: 1em; - color: #030303; + color: #000d24; text-shadow: #3d4d64 0 1px 0; padding: 14px; padding-left: 28px; margin-left: -28px; } +#body-login form input[type="checkbox"]+label:hover, +#body-login form input[type="checkbox"]+label:focus { + color: #000 !important; + text-shadow: #3d4d64 0 1px 0; +} #body-login form .errors { background:#fed7d7; border:1px solid #f00; list-style-indent:inside; margin:0 0 2em; padding:1em; } #body-login .success { background:#d7fed7; border:1px solid #0f0; width: 35%; margin: 30px auto; padding:1em; text-align: center;} |