diff --git a/test/css/search.css b/test/css/search.css index 49771f0..f87b615 100644 --- a/test/css/search.css +++ b/test/css/search.css @@ -101,9 +101,6 @@ body .search-page .search-results .search-result { transition: background-color 0.3s; background-color: #e1e1e1; } -body .search-page .search-results .search-result:hover { - background-color: #b9b9b9; -} body .search-page .search-results .search-result .details { display: flex; flex-direction: column; @@ -112,14 +109,25 @@ body .search-page .search-results .search-result .details { body .search-page .search-results .search-result .details .primary-key { font-size: 16px; margin-bottom: 3px; + color: #166264; } body .search-page .search-results .search-result .details .info-row { display: flex; gap: 10px; } body .search-page .search-results .search-result .details .info-row * { - font-size: 15px; - color: #666; + 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; @@ -139,7 +147,7 @@ body .search-page .search-results .search-result .actions button.edit { color: #4e4e4e; } body .search-page .search-results .search-result .actions button.edit:hover { - background-color: #3b8084; + background-color: #5ca4a8; } body .search-page .search-results .search-result .actions button.delete { background-color: rgba(245, 245, 245, 0.9); @@ -149,7 +157,7 @@ body .search-page .search-results .search-result .actions button.delete:hover { background-color: #c96f6f; } body .search-page .search-results .search-result .actions button:hover { - color: #fff; + color: #ffffff; } body .search-page .search-results .search-result:hover .actions { visibility: visible; diff --git a/test/html/search.html b/test/html/search.html index 211c257..efe2519 100644 --- a/test/html/search.html +++ b/test/html/search.html @@ -19,9 +19,9 @@ -