]> git.mxchange.org Git - friendica.git/commitdiff
[frio] Highlight active wall item action button in dark/black schemes
authorHypolite Petovan <hypolite@mrpetovan.com>
Thu, 17 Sep 2020 15:14:48 +0000 (11:14 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Thu, 17 Sep 2020 15:14:48 +0000 (11:14 -0400)
view/theme/frio/scheme/black.css
view/theme/frio/scheme/dark.css

index f57f9902b38a861737b7ab5df5b82ad10ad2c7c2..3b3f092a754c65350bb673de95d686fef88d24ed 100644 (file)
@@ -235,21 +235,16 @@ input[type=submit],
        color: #f2dede;
 }
 
-.wall-item-actions a, .wall-item-actions button {
-       color: $link_color;
-}
-
 @media (min-width: 768px) {
        .wall-item-container .wall-item-links,
        .wall-item-container .wall-item-actions button,
        .wall-item-container .body-attach > a {
-               opacity: 0.3;
+               opacity: 0.5;
                -webkit-transition: all 0.25s ease-in-out;
                -moz-transition: all 0.25s ease-in-out;
                -o-transition: all 0.25s ease-in-out;
                -ms-transition: all 0.25s ease-in-out;
                transition: all 0.25s ease-in-out;
-               color: $font_color;
        }
        .wall-item-container:hover .wall-item-links,
        .wall-item-container:hover .wall-item-actions button,
@@ -260,7 +255,6 @@ input[type=submit],
                -o-transition: all 0.25s ease-in-out;
                -ms-transition: all 0.25s ease-in-out;
                transition: all 0.25s ease-in-out;
-               color: $link_color;
        }
        .wall-item-container .wall-item-body .body-attach > a:hover {
                opacity: 1;
index e7574ff307f1007fd5650de89b9d990e053856a2..d282b501bc0c65938737ffc8988964daa3ed1da0 100644 (file)
@@ -233,11 +233,6 @@ input[type=submit],
        color: #f2dede;
 }
 
-.wall-item-actions a,
-.wall-item-actions button {
-       color: $link_color;
-}
-
 @media (min-width: 768px) {
        .wall-item-container .wall-item-links,
        .wall-item-container .wall-item-actions button,
@@ -248,7 +243,6 @@ input[type=submit],
                -o-transition: all 0.25s ease-in-out;
                -ms-transition: all 0.25s ease-in-out;
                transition: all 0.25s ease-in-out;
-               color: $font_color;
        }
        .wall-item-container:hover .wall-item-links,
        .wall-item-container:hover .wall-item-actions button,
@@ -259,7 +253,6 @@ input[type=submit],
                -o-transition: all 0.25s ease-in-out;
                -ms-transition: all 0.25s ease-in-out;
                transition: all 0.25s ease-in-out;
-               color: $link_color;
        }
        .wall-item-container .wall-item-body .body-attach > a:hover {
                opacity: 1;