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 320784 | Differences between
and this patch

Collapse All | Expand All

(-)css/ (+17 lines)
Added Link Here
1
.MTrimmedWindow {  
2
    margin-top: 0px;
3
    margin-bottom: 0px;
4
    margin-left: 2px;
5
    margin-right: 2px;
6
}
7
8
.MPartStack {
9
  tab-renderer: null;
10
  selected-tabs-background: #FFFFFF #F0F0F0 100%;
11
  simple: false;
12
}
13
14
15
.MPartStack.active {
16
  selected-tabs-background: #F2F5F9 #99B4D1	 100%;
17
}
(-)css/e4_classic.css (-10 lines)
Removed Link Here
1
.MTrimmedWindow {  
2
    margin-top: 0px;
3
    margin-bottom: 0px;
4
    margin-left: 2px;
5
    margin-right: 2px;
6
}
7
8
.MPartStack {
9
  simple: false;
10
}
(-)css/e4_classic_winxp.css (+17 lines)
Added Link Here
1
.MTrimmedWindow {  
2
    margin-top: 0px;
3
    margin-bottom: 0px;
4
    margin-left: 2px;
5
    margin-right: 2px;
6
}
7
8
.MPartStack {
9
  tab-renderer: null;
10
  selected-tabs-background: #FFFFFF #ECE9D8 100%;
11
  simple: false;
12
}
13
14
15
.MPartStack.active {
16
  selected-tabs-background: #E5EDFC #99BAF3 100%;
17
}
(-)plugin.xml (-2 / +9 lines)
Lines 132-140 Link Here
132
            label="Default Theme">
132
            label="Default Theme">
133
      </theme>
133
      </theme>
134
      <theme
134
      <theme
135
            basestylesheeturi="css/e4_classic.css"
135
            basestylesheeturi="css/e4_classic_winxp.css"
136
            id="org.eclipse.e4.ui.css.theme.e4_classic"
136
            id="org.eclipse.e4.ui.css.theme.e4_classic"
137
            label="Classic">
137
            label="Win XP Classic">
138
      </theme>
138
      </theme>
139
      <theme
139
      <theme
140
            basestylesheeturi="css/e4_default_gtk.css"
140
            basestylesheeturi="css/e4_default_gtk.css"
Lines 167-172 Link Here
167
            label="Win XP Olive"
167
            label="Win XP Olive"
168
            os="win32">
168
            os="win32">
169
      </theme>
169
      </theme>
170
   <theme
171
         basestylesheeturi="css/ e4_classic_win7.css"
172
         id="org.eclipse.e4.ui.css.theme.e4_classic"
173
         label="Win 7 Classic"
174
         os="win32"
175
         os_version="6.1">
176
   </theme>
170
      </extension>
177
      </extension>
171
178
172
</plugin>
179
</plugin>

Return to bug 320784