]> 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 0c29f2d592dcb027b0ac82e11604b28b4cbf2323..e6026b4de806bea8f5c3ffe30d2d5e9c6cdbc669 100644 (file)
@@ -70,7 +70,7 @@ button[type="submit"]:not(.btn),
 select,
 textarea,
 .form-control {
-       border: none;
+       border: 2px solid transparent;
        background-color: $nav_bg;
        color: $font_color;
        box-shadow: 0 0 3px #dadada;
@@ -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;
@@ -373,3 +371,26 @@ input[type="text"].tt-input {
 #back-to-top {
        color: $link_color;
 }
+
+.acpopup {
+       background-color: $nav_bg;
+       box-shadow: 0px 6px 12px rgba(218, 218, 218, .18);
+       -webkit-box-shadow: 0px 6px 12px rgba(218, 218, 218, .18);
+}
+
+.textcomplete-item > a {
+       color: $nav_icon_color !important;
+}
+
+.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;
+}