1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 23:34:11 +01:00

changed listitem selection color to be the normal selection color of the system theme

This commit is contained in:
Martin Stubenschrott
2007-08-01 12:29:24 +00:00
parent 470073a3d8
commit f22430b57d

View File

@@ -148,7 +148,8 @@ fieldset.paypal {
#vimperator-bufferwindow > listitem[selected="true"],
#vimperator-previewwindow > listitem[selected="true"]
{
background-color: #C9DFFF !important;
background-color: Highlight !important;
color: HighlightText !important;
}