gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[reclaim-ui] 104/459: indicate disabled button properly


From: gnunet
Subject: [reclaim-ui] 104/459: indicate disabled button properly
Date: Fri, 11 Jun 2021 23:23:16 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository reclaim-ui.

commit f0f92acf69b27fc695e765afb00668cc8a501973
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Fri Jun 28 16:40:45 2019 +0200

    indicate disabled button properly
---
 src/styles.scss | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/styles.scss b/src/styles.scss
index 1fce514..5b6e34b 100644
--- a/src/styles.scss
+++ b/src/styles.scss
@@ -48,12 +48,15 @@ button.btn:hover, a.button:hover {
 }
 
 .btn.btn-primary:disabled {
+  background-color: white;
   box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.5);
   border: 1px solid #ccc;
+  color: #ccc;
 }
 
 .btn-primary:disabled:hover {
-  background-color: lightgrey;
+  color: #ccc;
+  background-color: white;
 }
 
 .alert a.buttonlink {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]