]> git.mxchange.org Git - friendica.git/commitdiff
[frio] Harmonize link preview display with black/dark accented themes
authorHypolite Petovan <hypolite@mrpetovan.com>
Tue, 4 May 2021 13:56:28 +0000 (09:56 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Tue, 4 May 2021 14:04:07 +0000 (10:04 -0400)
view/theme/frio/scheme/black.css
view/theme/frio/scheme/dark.css

index e19c7224584925a9fb0ebbf96d1d8e1f8e02d0ba..e6026b4de806bea8f5c3ffe30d2d5e9c6cdbc669 100644 (file)
@@ -385,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;
+}
index 6f38a5190fb5705ad96c395ba6085006df9fa0cb..5f7690d9c9cd20780dac946adbdf6930a8b5c8f2 100644 (file)
@@ -345,3 +345,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;
+}