diff options
author | tdro <tdro@noreply.example.com> | 2022-09-30 15:26:32 -0400 |
---|---|---|
committer | tdro <tdro@noreply.example.com> | 2022-09-30 15:26:32 -0400 |
commit | 4a415efa7397645739389ec81c515d6c13006f3f (patch) | |
tree | eae4be35f6c3aac7d96f15a3b667b99fd32935b1 /assets | |
parent | 61bbcdf947faaf812dd54fb307289eb0d3679b47 (diff) | |
download | canory-4a415efa7397645739389ec81c515d6c13006f3f.tar.gz canory-4a415efa7397645739389ec81c515d6c13006f3f.tar.bz2 canory-4a415efa7397645739389ec81c515d6c13006f3f.zip |
assets/css/default: Bottom border radius on search entry only child
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/default.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/css/default.css b/assets/css/default.css index 7c7ed1a..0fd858e 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -1595,6 +1595,11 @@ search-entry ul li:first-child a { background-color: var(--hover-background-alternate); } +search-entry ul li:only-child a { + border-bottom-right-radius: 0.5rem; + border-bottom-left-radius: 0.5rem; +} + search-entry ul li a:hover { background-color: #eee; background-color: var(--hover-background); |