Skip to content
Snippets Groups Projects
Commit 90b5b411 authored by Phil Höfer's avatar Phil Höfer
Browse files

Ergebnisseite navbar-styles

parent eeb5440a
No related branches found
No related tags found
2 merge requests!619Development,!526Resolve "Ergebnisseiten-styles in less-code übernehmen"
......@@ -7242,6 +7242,9 @@ body > div {
padding: 0px;
margin: 0px;
}
.navbar-resultpage .input-group {
margin: 0px 5px;
}
/* Logo */
.logo {
height: 35px;
......@@ -7667,6 +7670,10 @@ footer a {
border-bottom: 3px solid #ff8000;
box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.navbar.navbar-resultpage {
border-bottom: 3px solid #ff8000;
box-shadow: none;
}
.lSPrev > span,
.lSNext > span {
color: #ff8000;
......
This diff is collapsed.
......@@ -40,6 +40,11 @@
box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.navbar.navbar-resultpage {
border-bottom: 3px solid rgb(255, 128, 0);
box-shadow: none;
}
.lSPrev > span, .lSNext > span {
color: rgb(255, 128, 0);
}
\ No newline at end of file
......@@ -43,6 +43,9 @@
padding: 0px;
margin: 0px;
}
.navbar-resultpage .input-group {
margin: 0px 5px;
}
/* Logo */
......
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