如何在Eclipse RAP中设置Section和ScrolledForm标头的样式?

时间:2017-05-26 13:10:47

标签: css eclipse eclipse-rap

在Eclipse RAP中,大多数组件都可以通过CSS进行样式化,例如:

Combo:hover {
  background-color: #DDDDDD;
}
Combo-Button:hover {
  background-color: #DDDDDD;
}

如何设置SectionScrolledForm组件的样式?它们似乎与Shell-Titlebar相关联,但如果我想要一个不同的Shell标题栏和Section标题呢?

此CSS创建以下输出:

Shell-Titlebar {
  background-color: #ff0000;
}

Section Header

操纵字体颜色的样式如下(是background-color):

List-Item {
  /** this is for Section and Form heading font color */
  background-color: #4A4A4A;    
}

0 个答案:

没有答案