From 9474a62335507b7d85c6a0412fd4b915b3bfcf74 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Tue, 27 Apr 2021 08:55:16 +0900 Subject: [PATCH] Add: Activity Stream - Searchbox focus border --- userContent.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/userContent.css b/userContent.css index 2a9d96c..10885aa 100644 --- a/userContent.css +++ b/userContent.css @@ -1,7 +1,11 @@ @-moz-document url("about:home"), url("about:newtab") { + .fake-focus .search-handoff-button { + --focus-outline-color: #00DDFF; + border: 2px solid color-mix(in srgb, var(--focus-outline-color) 50%, transparent) !important; + } + .top-site-outer .tile .icon-wrapper { width: 100% !important; height: 100% !important; } - }