diff options
author | Moonchild <moonchild@palemoon.org> | 2021-09-19 16:16:39 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-04-01 14:28:46 +0200 |
commit | 57c4f245732c27a4790b98fab24d9ac29633bfb9 (patch) | |
tree | f3ae1c03465edf7053765b1f57e74659e111da14 /toolkit/themes | |
parent | 808f96cc8f3d0cb3800e741f92820ed3ed0c4464 (diff) | |
download | uxp-57c4f245732c27a4790b98fab24d9ac29633bfb9.tar.gz |
[Autocomplete] Add styling for Pale Moon's private-* implementation of AC popups
Diffstat (limited to 'toolkit/themes')
-rw-r--r-- | toolkit/themes/windows/global/autocomplete.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolkit/themes/windows/global/autocomplete.css b/toolkit/themes/windows/global/autocomplete.css index 79748f2895..53b5c591f7 100644 --- a/toolkit/themes/windows/global/autocomplete.css +++ b/toolkit/themes/windows/global/autocomplete.css @@ -37,6 +37,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 { -moz-appearance: none; border-width: 1px; |