Skip to content
Snippets Groups Projects
Commit fe4998bb authored by Karl's avatar Karl
Browse files

Strichfarbe passt sich jetzt mit an

parent 1af33772
No related branches found
No related tags found
2 merge requests!739Development,!731Strichfarbe passt sich jetzt mit an
...@@ -55,6 +55,11 @@ input[type=text]:focus, textarea:focus, input[type=email]:focus, input[type=tel] ...@@ -55,6 +55,11 @@ input[type=text]:focus, textarea:focus, input[type=email]:focus, input[type=tel]
box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2); box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
} }
.navbar.navbar-resultpage {
border-bottom: 2px solid <?=$color?>;
box-shadow: none;
}
.lSPrev > span, .lSNext > span { .lSPrev > span, .lSNext > span {
color: <?=$color?>; color: <?=$color?>;
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment