]> git.mxchange.org Git - friendica.git/commitdiff
use class instead of id, to match all occurences
authorHannes Heute <haheute@posteo.de>
Wed, 29 Jan 2025 14:46:37 +0000 (15:46 +0100)
committerHannes Heute <haheute@posteo.de>
Wed, 29 Jan 2025 14:46:37 +0000 (15:46 +0100)
view/theme/frio/scheme/black.css
view/theme/frio/scheme/dark.css

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