]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/dark/style.css
Merge remote branch 'friendica/master' into quattro-fontsoptions
[friendica.git] / view / theme / quattro / dark / style.css
index 69ead7045154c2bce3d10aaef8bc7d344adf74e1..c2dd472afd218a38858ca8a5dee23f5f69f62da8 100644 (file)
@@ -732,6 +732,22 @@ aside #profile-extra-links li {
   margin: 0px;
   list-style: none;
 }
+aside #wallmessage-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;
+  margin-top: 3px;
+}
+aside #wallmessage-link:hover {
+  text-decoration: none;
+  background-color: #19aeff;
+}
 aside #dfrn-request-link {
   display: block;
   -moz-border-radius: 5px 5px 5px 5px;
@@ -1136,6 +1152,9 @@ section {
   opacity: 0.5;
 }
 .wwto {
+  position: absolute !important;
+  width: 25px;
+  height: 25px;
   background: #FFFFFF;
   border: 2px solid #364e59;
   height: 25px;