]> source.dussan.org Git - nextcloud-server.git/commitdiff
better style and color for warning and success feedback on inputs
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 3 Oct 2013 13:55:42 +0000 (16:55 +0300)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 3 Oct 2013 13:58:48 +0000 (16:58 +0300)
core/css/styles.css
settings/css/settings.css

index f200bd68a77ca1b10dbe5c5d9200c133b04558fa..d9c03f2c08025173a957b2d801270cd4f23d5e73 100644 (file)
@@ -405,7 +405,7 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
 #body-login .warning, #body-login .update, #body-login .error {
        display: block;
        padding: 10px;
-       color: #dd3b3b;
+       color: #d2322d;
        background-color: rgba(0,0,0,.3);
        text-align: center;
        border-radius: 3px;
@@ -422,7 +422,7 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
 .warning legend,
 .warning a,
 .error a {
-       color: #dd3b3b !important;
+       color: #d2322d !important;
        font-weight: bold;
 }
 .error pre {
index 57a43180a43a5e9b5f2e2d54ecb6add952ab24bf..5f3e9c97dd5bb3f36643c2e74de27c592ce601a4 100644 (file)
@@ -25,8 +25,16 @@ input#identity { width:20em; }
        width: 350px;
 }
 
-.msg.success{ color:#fff; background-color:#0f0; padding:3px; text-shadow:1px 1px #000; }
-.msg.error{ color:#fff; background-color:#f00; padding:3px; text-shadow:1px 1px #000; }
+.msg.success {
+       color: #fff;
+       background-color: #47a447;
+       padding: 3px;
+}
+.msg.error {
+       color: #fff;
+       background-color: #d2322d;
+       padding: 3px;
+}
 
 table.nostyle label { margin-right: 2em; }
 table.nostyle td { padding: 0.2em 0; }