v28 address combobox gridlines Topic is solved

Users and developers helping users with generic and technical Pale Moon issues on all operating systems.
Please direct questions that are Mac or Linux-specific (dealing with installation and OS integration) to the appropriate Linux or Mac board.

Moderator: trava90

Forum rules
This board is for technical/general usage questions and troubleshooting for the Pale Moon browser only. The main focus here is on Pale Moon on Windows. Please direct your questions that are specific for Linux and Mac to the dedicated boards for those operating systems.
Technical issues and questions not related to the Pale Moon browser should be posted in other boards!
Please keep off-topic and general discussion out of this board, thank you!
Locked
vilius

v28 address combobox gridlines

Post by vilius » 2018-08-17, 15:53

Hello,

Address combobox gridlines are long gone(since v16) but I used to reenable them by this userChrome.css rule:

Code: Select all

.autocomplete-richlistitem:not(:first-child):not([selected="true"]) {
  border-top: 1px solid ThreeDLightShadow!important;
  margin-top: -1px!important;
}
However after upgrade to v28 this no longer works.
Any ideas ?

Thanks,
Vilius M.

User avatar
Lootyhoof
Themeist
Themeist
Posts: 1461
Joined: 2012-02-09, 23:35
Location: United Kingdom

Re: v28 address combobox gridlines

Post by Lootyhoof » 2018-08-17, 15:57

Use .private-autocomplete-richlistitem instead of .autocomplete-richlistitem.

vilius

Re: v28 address combobox gridlines

Post by vilius » 2018-08-17, 16:31

Lootyhoof wrote:Use .private-autocomplete-richlistitem instead of .autocomplete-richlistitem.
Thanks great advice!

Locked