Skip to content
Snippets Groups Projects
Commit 0952b381 authored by Karl Hasselbring's avatar Karl Hasselbring
Browse files

Farbe und Rand der Suchleisten repariert

parent 863b9b8f
No related branches found
No related tags found
5 merge requests!1262WIP: Resolve "Spendenseite Texte anpassen",!1207WIP: Resolve "Rechtschreibfehler",!1198Meta ger redesign,!1152Farbe und Rand der Suchleisten repariert,!1131Meta ger redesign
......@@ -5,8 +5,11 @@
align-items: stretch;
justify-content: center;
font-size: 16px;
background-color: white;
background-color: transparent;
color: #333;
&>* {
background-color: white;
}
.search-focus-selector {
border-radius: 5px 0px 0px 5px;
display: flex;
......@@ -140,7 +143,7 @@
flex-grow: 1;
input {
border: none;
border-bottom: 1px solid #ccc;
border-bottom: none;
height: 40px;
box-shadow: none;
&:focus {
......@@ -222,6 +225,9 @@ div:hover>.searchbar-tooltip {
.resultpage-searchbar {
padding: 5px;
.search-input-submit .search-input input {
border-bottom: 1px solid #ccc;
}
@media (max-width: @screen-xs-max) {
.search-focus-selector {
border-top: none;
......@@ -280,15 +286,14 @@ header {
position: fixed;
z-index: 100;
max-width: 700px;
width:100%;
width: 100%;
background-color: inherit;
@media (max-width: 1070px) {
margin-left: 0px;
-webkit-box-pack: center;
max-width: 1070px;
}
#research-bar {
#research-bar {
max-width: 700px;
width: auto;
padding: 0px 30px 0px 10px;
......@@ -297,12 +302,12 @@ header {
border-bottom: 2px solid rgb(255, 128, 0);
display: flex;
align-items: center;
justify-content: center;
justify-content: center;
box-shadow: 0px 1px 1.5px 0px rgba(0, 0, 0, 0.12), 1px 0px 1px 0px rgba(0, 0, 0, 0.24);
@media (max-width: 799px) {
margin: 0px 8px;
}
}
}
}
header:nth-child(1) {
......@@ -312,45 +317,41 @@ header:nth-child(1) {
}
#foki {
display: flex;
width: auto;
max-width: 700px;
background-color: white;
border: 1px solid #ccc;
margin-top:10px;
padding: 10px;
margin-left: 50px;
overflow-x: auto;
box-shadow: 0px 1px 1.5px 0px rgba(0, 0, 0, 0.12), 1px 0px 1px 0px rgba(0, 0, 0, 0.24);
&::-webkit-scrollbar {
height: 0px; /* remove scrollbar space */
background: transparent; /* optional: just make scrollbar invisible */
}
@media (max-width: 799px) {
margin: 10px 8px 0px 8px;
}
&>div {
padding: 0px 10px;
&>a {
color: black;
}
&.active>a{
border-bottom: 1px solid rgb(255,128,0);
color: rgb(255,128,0);
}
display: flex;
width: auto;
max-width: 700px;
background-color: white;
border: 1px solid #ccc;
margin-top: 10px;
padding: 10px;
margin-left: 50px;
overflow-x: auto;
box-shadow: 0px 1px 1.5px 0px rgba(0, 0, 0, 0.12), 1px 0px 1px 0px rgba(0, 0, 0, 0.24);
&::-webkit-scrollbar {
height: 0px;
/* remove scrollbar space */
background: transparent;
/* optional: just make scrollbar invisible */
}
@media (max-width: 799px) {
margin: 10px 8px 0px 8px;
}
&>div {
padding: 0px 10px;
&>a {
color: black;
}
.edit-focus{
margin-left: 7px;
&.active>a {
border-bottom: 1px solid rgb(255, 128, 0);
color: rgb(255, 128, 0);
}
}
#research-bar-placeholder {
width: 100%;
height: 60px;
.edit-focus {
margin-left: 7px;
}
}
#research-bar-placeholder {
width: 100%;
height: 60px;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment