]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/scheme/black.css
Merge pull request #12502 from annando/no-gs-import
[friendica.git] / view / theme / frio / scheme / black.css
index 0d3728c049ddc1add8a601bf9852e48c632ffa13..e6026b4de806bea8f5c3ffe30d2d5e9c6cdbc669 100644 (file)
@@ -261,8 +261,7 @@ input[type="submit"],
 
 @media (min-width: 768px) {
        .wall-item-container .wall-item-links,
-       .wall-item-container .wall-item-actions button,
-       .wall-item-container .body-attach > a {
+       .wall-item-container .wall-item-actions button > a {
                opacity: 0.5;
                -webkit-transition: all 0.25s ease-in-out;
                -moz-transition: all 0.25s ease-in-out;
@@ -271,8 +270,7 @@ input[type="submit"],
                transition: all 0.25s ease-in-out;
        }
        .wall-item-container:hover .wall-item-links,
-       .wall-item-container:hover .wall-item-actions button,
-       .wall-item-container:hover .body-attach > a {
+       .wall-item-container:hover .wall-item-actions button > a {
                opacity: 1;
                -webkit-transition: all 0.25s ease-in-out;
                -moz-transition: all 0.25s ease-in-out;
@@ -387,3 +385,12 @@ input[type="text"].tt-input {
 .textcomplete-item.active > a {
        background-color: $nav_icon_hover_color !important;
 }
+
+#preview_profile-jot-text, .comment-edit-form .preview {
+       background-color: $nav_bg;
+       border-width: 1px;
+}
+
+textarea#profile-jot-text:focus + #preview_profile-jot-text, textarea.comment-edit-text:focus + .comment-edit-form .preview {
+       border-color: $link_color;
+}