update Label color selectors so as not to also affect dialogs (which aren't styled dark)

This commit is contained in:
Gered 2013-05-27 09:20:35 -04:00
parent c50d94ce8b
commit f457db7e42

View file

@ -4,6 +4,14 @@
background-color: #444444; background-color: #444444;
} }
.MTrimmedWindow Label {
color: #999999;
}
.MPartSashContainer Label {
color: #999999;
}
.MPartStack { .MPartStack {
font-size: 12; font-size: 12;
swt-simple: false; swt-simple: false;
@ -30,6 +38,10 @@
color: #999999; color: #999999;
} }
.MTrimBar Label {
color: #999999;
}
.MToolControl CLabel { .MToolControl CLabel {
color: #999999; color: #999999;
} }
@ -97,7 +109,3 @@ CTabItem {
CTabItem:selected { CTabItem:selected {
color: #FFF; color: #FFF;
} }
Label {
color: #999999;
}