diff options
author | Moonchild <moonchild@palemoon.org> | 2021-09-19 16:16:39 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-09-19 16:16:39 +0000 |
commit | 36df24d5d965ced2d7df1d2074462a94e1f4d58d (patch) | |
tree | f7bf69b62f6c9464578b72ee267184fbfd9474f1 /toolkit | |
parent | b72259865a77eeec4ae9cf1316a831aac8ecb1a5 (diff) | |
download | aura-central-36df24d5d965ced2d7df1d2074462a94e1f4d58d.tar.gz |
[Autocomplete] Add styling for Pale Moon's private-* implementation of AC popups
Diffstat (limited to 'toolkit')
-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 79748f289..53b5c591f 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; |