]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/scheme/dark.css
Merge pull request #12502 from annando/no-gs-import
[friendica.git] / view / theme / frio / scheme / dark.css
index 1c3736dd3e316515d5e88909fac4dd72eb2e02dc..5f7690d9c9cd20780dac946adbdf6930a8b5c8f2 100644 (file)
@@ -69,7 +69,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;
@@ -250,8 +250,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.3;
                -webkit-transition: all 0.25s ease-in-out;
                -moz-transition: all 0.25s ease-in-out;
@@ -260,8 +259,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;
@@ -333,3 +331,26 @@ input[type="text"].tt-input {
 #back-to-top {
        border: 1px solid $nav_icon_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;
+}