git: 515bab2fdb - main - Fix background color style in search input in Firefox
Sergio Carlavilla Delgado <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=515bab2fdbac8c220b2f87dc719455dabc696462 commit 515bab2fdbac8c220b2f87dc719455dabc696462 Author: Sergio Carlavilla Delgado <[email protected]> AuthorDate: 2022-09-24 10:15:09 +0000 Commit: Sergio Carlavilla Delgado <[email protected]> CommitDate: 2022-09-24 10:15:42 +0000 Fix background color style in search input in Firefox --- documentation/themes/beastie/assets/styles/header.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/documentation/themes/beastie/assets/styles/header.scss b/documentation/themes/beastie/assets/styles/header.scss index fbb50b15cf..55d031a9b5 100644 --- a/documentation/themes/beastie/assets/styles/header.scss +++ b/documentation/themes/beastie/assets/styles/header.scss @@ -180,6 +180,7 @@ input[type='checkbox'] { border-radius: .4rem; appearance: none; outline: none; + background-color: var(--white); } .search button { @@ -188,6 +189,10 @@ input[type='checkbox'] { border-radius: .4rem; } +.search button i { + color: var(--black); +} + .donate { margin-left: .5rem; }