update Label color selectors so as not to also affect dialogs (which aren't styled dark)
This commit is contained in:
parent
c50d94ce8b
commit
f457db7e42
|
@ -4,6 +4,14 @@
|
|||
background-color: #444444;
|
||||
}
|
||||
|
||||
.MTrimmedWindow Label {
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.MPartSashContainer Label {
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.MPartStack {
|
||||
font-size: 12;
|
||||
swt-simple: false;
|
||||
|
@ -30,6 +38,10 @@
|
|||
color: #999999;
|
||||
}
|
||||
|
||||
.MTrimBar Label {
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.MToolControl CLabel {
|
||||
color: #999999;
|
||||
}
|
||||
|
@ -97,7 +109,3 @@ CTabItem {
|
|||
CTabItem:selected {
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
Label {
|
||||
color: #999999;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue