]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/dark/style.css
Merge pull request #2117 from annando/1511-feed-remote
[friendica.git] / view / theme / quattro / dark / style.css
index 25102ba31d900ef499670e440f49d268123a920d..7b20b4797a59abbb23aa388bb34013887f6a2dca 100644 (file)
@@ -869,6 +869,21 @@ aside #dfrn-request-link:hover {
   text-decoration: none;
   background-color: #19aeff;
 }
+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: #005c94 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: #19aeff;
+}
 aside #profiles-menu {
   width: 20em;
 }