ui: Changed default colors for UI elements to black

bug id = 140
This commit is contained in:
Eberhard Graether
2016-08-26 14:59:21 +02:00
parent ca0a1ffb89
commit 892df2abac
2 changed files with 13 additions and 3 deletions
+2 -1
View File
@@ -15,8 +15,8 @@ QListWidget {
}
QListWidget::item {
height: 20px;
border-bottom: 1px solid lightgray;
height: 20px;
}
QListWidget::item:selected {
@@ -26,6 +26,7 @@ QListWidget::item:selected {
QtListItemWidget #field {
background-color: transparent;
border: none;
color: black;
margin-top: 2px;
margin-left: 5px;
}