diff options
author | Moonchild <moonchild@palemoon.org> | 2021-11-10 22:26:29 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-11-10 22:26:29 +0000 |
commit | 91991162b44ad232ac5fbd8440002bcd7e05ed26 (patch) | |
tree | e12b6ad3e73a2508901acbd9c4460a3d871d33b8 | |
parent | 3e0ee634f6c416a02120bfd1d19ec40e3281f169 (diff) | |
download | uxp-91991162b44ad232ac5fbd8440002bcd7e05ed26.tar.gz |
[Autocomplete] Add styling for Pale Moon's private-* implementation of AC popupsRELBASE_20211110
(Linux equivalent)
-rw-r--r-- | toolkit/themes/linux/global/autocomplete.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolkit/themes/linux/global/autocomplete.css b/toolkit/themes/linux/global/autocomplete.css index 0b4536c32b..b5b054a5ed 100644 --- a/toolkit/themes/linux/global/autocomplete.css +++ b/toolkit/themes/linux/global/autocomplete.css @@ -47,6 +47,8 @@ textbox:not(.padded) .textbox-input-box { panel[type="autocomplete"], panel[type="autocomplete-richlistbox"], +panel[type="private-autocomplete"], +panel[type="private-autocomplete-richlistbox"], .autocomplete-history-popup { border: 1px solid ThreeDShadow; padding: 0; |