gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 43/459: modify styles


From: gnunet
Subject: [reclaim-ui] 43/459: modify styles
Date: Fri, 11 Jun 2021 23:22:15 +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 a9c8a7ad7923ccc55143379f3c1af8ab6fc9c7e9
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Tue Apr 30 19:51:19 2019 +0200

    modify styles
---
 src/app/identity-list/identity-list.component.scss | 11 +++++++++++
 src/styles.scss                                    |  5 +++++
 2 files changed, 16 insertions(+)

diff --git a/src/app/identity-list/identity-list.component.scss 
b/src/app/identity-list/identity-list.component.scss
index 5cba5ef..ec2d194 100644
--- a/src/app/identity-list/identity-list.component.scss
+++ b/src/app/identity-list/identity-list.component.scss
@@ -32,12 +32,23 @@ div.card-avatar-id {
 
 .card-avatar .btn-primary {
   border: none;
+  background-image: none;
   background-color: rgba(0,0,0,0);
+  box-shadow: none;
   color: #555;
   font-size: 0.75em;
   float: right;
 }
 
+.card-avatar .btn-primary:hover {
+  background-image: none;
+  color: #444;
+  background-color: 
+}
+
+
+
+
 .card-avatar div.icon {
   border-radius: 5em;
   width: 1.5em;
diff --git a/src/styles.scss b/src/styles.scss
index 2a9f933..de23530 100644
--- a/src/styles.scss
+++ b/src/styles.scss
@@ -25,6 +25,11 @@ div.card {
 .btn {
   box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.5);
   border-radius: 10rem;
+  background-image: none;
+}
+
+.btn:hover {
+  background-image:none;
 }
 
 .btn-primary {

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