From 1cd719808b07262a33727ae6319f24fa2838ccef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Sun, 10 Dec 2023 21:52:04 +0100 Subject: [PATCH] Border-radius in the search popout --- TangerineUI-cherry.css | 1 + TangerineUI-purple.css | 1 + TangerineUI.css | 1 + 3 files changed, 3 insertions(+) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index cfe8532..4879351 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -3315,6 +3315,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .search__popout__menu__item:is(.selected, :active, :focus, :hover) mark { background-color: var(--color-accent); color: var(--color-accent-fg); + border-radius: 8px; } @media screen and (max-width:1174px) { diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index aadab80..18ccd1b 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -3314,6 +3314,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .search__popout__menu__item:is(.selected, :active, :focus, :hover) mark { background-color: var(--color-accent); color: var(--color-accent-fg); + border-radius: 8px; } @media screen and (max-width:1174px) { diff --git a/TangerineUI.css b/TangerineUI.css index fcabdad..a772e82 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -3314,6 +3314,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .search__popout__menu__item:is(.selected, :active, :focus, :hover) mark { background-color: var(--color-accent); color: var(--color-accent-fg); + border-radius: 8px; } @media screen and (max-width:1174px) {