Fixed up the styling on selected items in the slide controllers.

This commit is contained in:
Raoul Snyman 2009-10-20 19:28:34 +02:00
parent 44e57316f2
commit 8c3370d803
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ from openlp.core.lib import OpenLPToolbar, translate, Receiver, ServiceType
label_stylesheet = u"""
QTableWidget::item:selected
{
border: solid 20px pallette(dark);
color: palette(highlighted-text)
background-color: palette(highlight);
color: palette(highlighted-text);
}
"""