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

Merge branch '285-bild-label-bei-hover-anzeigen' into 'development'

Die Bilderergebnisse haben das Hoster Label jetzt bei :hover über dem Bild angezeigt

Closes #285

See merge request !467
parents 19644608 48f3e5c8
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
...@@ -6,6 +6,17 @@ ...@@ -6,6 +6,17 @@
color: #FFFFFF; color: #FFFFFF;
} }
.hostlabel {
display: none;
position: relative;
margin-top: -14px;
background-color: #333;
}
.img:hover .hostlabel {
display: block;
}
.row { .row {
margin: 10px 15px; margin: 10px 15px;
margin-top: 0; margin-top: 0;
......
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