]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/style.css
friend suggestions
[friendica.git] / view / theme / duepuntozero / style.css
index 2c3700c4364eb67f3d388cad564b2882ffe96c1b..c6ce8ea2cb02c31d3b418f5a0a1310992d19e035 100644 (file)
@@ -104,7 +104,7 @@ nav #site-location {
 
 nav #banner {
        display: block;
-    padding-top: 14px;
+    margin-top: 14px;
        position: absolute;
 }
 nav #banner #logo-text a {
@@ -2490,17 +2490,18 @@ a.mail-list-link {
 }
 
 .item-select {
-       opacity: 0.3;
-       filter:alpha(opacity=30);
+       opacity: 0.1;
+       filter:alpha(opacity=10);
        float: right;
        margin-right: 10px;
 
 }
-.item-select:hover {
+.item-select:hover, .checkeditem {
        opacity: 1;
        filter:alpha(opacity=100);
 }
 
+
 #item-delete-selected {
        margin-top: 30px;
 }
@@ -2521,8 +2522,8 @@ a.mail-list-link {
        position: absolute;
        left: 0px;
        top: 0px;
-       opacity: 0.3;
-       filter:alpha(opacity=30);
+       opacity: 0.2;
+       filter:alpha(opacity=20);
 }
 
 #lang-select-icon:hover {