Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 09fb5237e56c5428a911050ff03cc335f131c247 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
.MTrimmedWindow {  
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 2px;
    margin-right: 2px;
}

.MPartStack {
  swt-tab-renderer: null;
  swt-selected-tabs-background: #FFFFFF #F0F0F0 100%;
  swt-simple: false;
  swt-mru-visible: true;
}


.MPartStack.active {
  swt-selected-tabs-background: #F2F5F9 #99B4D1	 100%;
}

#PerspectiveSwitcher  {
	eclipse-perspective-keyline-color: #ECE9D8 #FFFFFF;
}

.MToolControl.TrimStack {
	frame-image:  url(./winClassicTSFrame.png);
	handle-image:  url(./winClassicHandle.png);
	frame-cuts: 5px 1px 5px 16px;
}

.MToolBar.Draggable {
	handle-image:  url(./dragHandle.png);
}

.MToolControl.Draggable {
	handle-image:  url(./dragHandle.png);
}

.DragFeedback {
    background-color: #000000; 
}

.ModifiedDragFeedback {
    background-color: #A0A000; 
}

CTabItem {
	font-style: normal;
	font-weight: normal;
}

CTabItem.busy {
	font-style: italic;
}

CTabItem.highlighted {
	font-weight: bold;
}

Back to the top