diff --git a/test/css/search.css b/test/css/search.css index f87b615..e570e09 100644 --- a/test/css/search.css +++ b/test/css/search.css @@ -115,20 +115,10 @@ body .search-page .search-results .search-result .details .info-row { display: flex; gap: 10px; } -body .search-page .search-results .search-result .details .info-row * { +body .search-page .search-results .search-result .details .info-row .info-attrib { font-size: 16px; color: #666666; } -body .search-page .search-results .search-result:hover { - background-color: #b0b0b0; - cursor: pointer; -} -body .search-page .search-results .search-result:hover .details .primary-key { - font-weight: bold; -} -body .search-page .search-results .search-result:hover .details .info-row * { - color: #424242; -} body .search-page .search-results .search-result .actions { display: flex; gap: 8px; @@ -159,6 +149,16 @@ body .search-page .search-results .search-result .actions button.delete:hover { body .search-page .search-results .search-result .actions button:hover { color: #ffffff; } +body .search-page .search-results .search-result:hover { + background-color: #b0b0b0; + cursor: pointer; +} +body .search-page .search-results .search-result:hover .details .primary-key { + font-weight: bold; +} +body .search-page .search-results .search-result:hover .details .info-row .info-attrib { + color: #424242; +} body .search-page .search-results .search-result:hover .actions { visibility: visible; } diff --git a/test/html/search.html b/test/html/search.html index efe2519..e72f584 100644 --- a/test/html/search.html +++ b/test/html/search.html @@ -20,13 +20,12 @@