]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/green/style.css
Merge pull request #2113 from annando/1511-manage-notifications
[friendica.git] / view / theme / quattro / green / style.css
index 1aafb26710c6775bad4fceedd9243086eb17f4df..2b05335e0f0df55bbff63757d9b971e3865a8eca 100644 (file)
@@ -892,6 +892,21 @@ aside #dfrn-request-link:hover {
   text-decoration: none;
   background-color: #ccff42;
 }
+aside #subscribe-feed-link {
+  display: block;
+  -moz-border-radius: 5px 5px 5px 5px;
+  -webkit-border-radius: 5px 5px 5px 5px;
+  border-radius: 5px 5px 5px 5px;
+  color: #ffffff;
+  background: #009100 url('../../../images/connect-bg.png') no-repeat left center;
+  font-weight: bold;
+  text-transform: uppercase;
+  padding: 4px 2px 2px 35px;
+}
+aside #subscribe-feed-link:hover {
+  text-decoration: none;
+  background-color: #ccff42;
+}
 aside #profiles-menu {
   width: 20em;
 }