1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-05 14:55:45 +01:00

finally found the CSS code to make the selection of listboxes better readable

Putting it in default.css instead of my own userChrome.css, because also others have mentioned
the hard readability.
This commit is contained in:
Martin Stubenschrott
2007-08-01 04:13:38 +00:00
parent 983600cb7a
commit 470073a3d8

View File

@@ -143,6 +143,15 @@ fieldset.paypal {
overflow: -moz-scrollbars-none;
}
/* the selected item in listboxes is hardly readable without this */
#vimperator-completion > listitem[selected="true"],
#vimperator-bufferwindow > listitem[selected="true"],
#vimperator-previewwindow > listitem[selected="true"]
{
background-color: #C9DFFF !important;
}
#vimperator-statusline > label {
padding: 0px 0px 0px 8px;
}