Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 324425 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/swt/internal/widgets/buttonkit/Button.default.css (+1 lines)
Lines 7-12 Link Here
7
  spacing: 2px;
7
  spacing: 2px;
8
  cursor: default;
8
  cursor: default;
9
  animation: none;
9
  animation: none;
10
  opacity: 1;
10
}
11
}
11
12
12
Button[PUSH], Button[TOGGLE] {
13
Button[PUSH], Button[TOGGLE] {
(-)src/org/eclipse/swt/internal/widgets/buttonkit/Button.theme.xml (+3 lines)
Lines 37-42 Link Here
37
      </description>
37
      </description>
38
    </property>
38
    </property>
39
    
39
    
40
      <property name="opacity" 
41
          description="The opacity of the button. A value between 0 and 1." />
42
40
    <property name="animation">
43
    <property name="animation">
41
      <description>
44
      <description>
42
        Supports animations-types "hoverIn" and "hoverOut". Others are ignored.
45
        Supports animations-types "hoverIn" and "hoverOut". Others are ignored.

Return to bug 324425