aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-09-30 15:56:50 -0400
committertdro <tdro@noreply.example.com>2022-09-30 15:56:50 -0400
commit3d3a000ddf1414e559cba632b05ba377d8ae8aff (patch)
treef7b276345077e835f8936e5a087b1839c26b8e85
parent4a415efa7397645739389ec81c515d6c13006f3f (diff)
downloadcanory-3d3a000ddf1414e559cba632b05ba377d8ae8aff.tar.gz
canory-3d3a000ddf1414e559cba632b05ba377d8ae8aff.tar.bz2
canory-3d3a000ddf1414e559cba632b05ba377d8ae8aff.zip
assets/css/default: Add hover border to the last search entry element
-rw-r--r--assets/css/default.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 0fd858e..02f9d0e 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -1595,7 +1595,8 @@ search-entry ul li:first-child a {
background-color: var(--hover-background-alternate);
}
-search-entry ul li:only-child a {
+search-entry ul li:only-child a,
+search-entry ul li:last-child a:hover {
border-bottom-right-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
}