Skip to content
Snippets Groups Projects
Commit 342e16cb authored by Aria Givi's avatar Aria Givi
Browse files

tooltips gefixt

parent 57cabd6b
No related branches found
No related tags found
4 merge requests!1262WIP: Resolve "Spendenseite Texte anpassen",!1207WIP: Resolve "Rechtschreibfehler",!1198Meta ger redesign,!1131Meta ger redesign
...@@ -128,18 +128,19 @@ ...@@ -128,18 +128,19 @@
padding: 5px 10px; padding: 5px 10px;
} }
} }
div:hover>& {
display: inline-block;
@media (max-width: @screen-xs-max) {
display: none;
}
}
} }
@media (max-width: @screen-xs-max) { @media (max-width: @screen-xs-max) {
flex-direction: column-reverse; flex-direction: column-reverse;
} }
} }
div:hover>.searchbar-tooltip {
display: inline-block;
@media (max-width: @screen-xs-max) {
display: none;
}
}
.startpage-searchbar { .startpage-searchbar {
>* { >* {
border: 1px solid #aaa; border: 1px solid #aaa;
......
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