1
0
Fork 0
mirror of https://github.com/koniu/recoll-webui.git synced 2025-10-03 01:39:22 +02:00

css: show preview/dl links only when hovering

This commit is contained in:
koniu 2013-10-07 22:07:50 +02:00
parent 18ee521171
commit ea2dc0fd54

View file

@ -75,7 +75,8 @@ body { margin: 0; font-family: sans-serif }
}
.search-result-url { clear:left; }
.search-result-url a { color: #5a5; font-size: 8pt; float: left; margin-right: 1em;}
.search-result-links {color: #aaf; font-size: 8pt; float: left; margin-right: 1em}
.search-result-links { color: #aaf; font-size: 8pt; float: left; margin-right: 1em; visibility: hidden }
.search-result:hover > .search-result-links { visibility: visible }
.search-result-date { color: #777; font-size: 8pt; float: right; margin-bottom: 7px; }
.search-result-size { color: #777; font-size: 8pt; float: right; display: none; }
.search-result-highlight { color: #7E1212; font-weight: bold; }