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:
parent
18ee521171
commit
ea2dc0fd54
1 changed files with 2 additions and 1 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue