]> git.mxchange.org Git - friendica.git/commitdiff
Frio: change modal header border to reflect the current color scheme
authorHannes Heute <haheute@posteo.de>
Wed, 29 Jan 2025 14:11:41 +0000 (15:11 +0100)
committerHannes Heute <haheute@posteo.de>
Wed, 29 Jan 2025 14:11:41 +0000 (15:11 +0100)
view/theme/frio/scheme/black.css
view/theme/frio/scheme/dark.css

index 0b5daf480814fde1d461e33b82ffcd3a550b4d6b..c8c7f1695e2791ff8af2be364d5377264831b617 100644 (file)
@@ -113,6 +113,10 @@ main .nav-tabs > li.active > a:hover {
        background-color: rgba(238, 238, 238, $contentbg_transp);
 }
 
+#modal-header {
+       border-color: $link_color;
+}
+
 .modal-content {
        background-color: $background_color;
 }
index 1c4ed0a049c2a52bb73d223a1591c962ff8aacfd..8efe23ef48699380369a57936b68b7cf9b28bf10 100644 (file)
@@ -112,6 +112,10 @@ main .nav-tabs > li.active > a:hover {
        background-color: rgba(238, 238, 238, $contentbg_transp);
 }
 
+#modal-header {
+       border-color: $link_color;
+}
+
 .modal-content {
        background-color: $background_color;
 }