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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user