gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 46/459: style


From: gnunet
Subject: [reclaim-ui] 46/459: style
Date: Fri, 11 Jun 2021 23:22:18 +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 dbedc9cdcc98a1818b712972f553a7d9f6f9ec53
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Tue Apr 30 20:07:10 2019 +0200

    style
---
 src/styles.scss | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/styles.scss b/src/styles.scss
index de23530..3fc37d3 100644
--- a/src/styles.scss
+++ b/src/styles.scss
@@ -22,13 +22,13 @@ div.card {
   background-color: lightgray;
 }
 
-.btn {
+button.btn, a.btn {
   box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.5);
   border-radius: 10rem;
   background-image: none;
 }
 
-.btn:hover {
+button.btn:hover, a.button:hover {
   background-image:none;
 }
 
@@ -38,9 +38,10 @@ div.card {
   border: 1px solid #ddd;
 }
 
-.btn-primary:hover {
+.btn .btn-primary:hover {
   background-color: #555;
   border: 1px solid #555;
+  background-image:none;
 }
 
 .btn-primary:disabled {

-- 
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]