]> git.argeo.org Git - gpl/argeo-suite.git/blob - org.argeo.app.theme.default/swt/app.css
Releasing
[gpl/argeo-suite.git] / org.argeo.app.theme.default / swt / app.css
1 .argeo-suite-header {
2 color: white;
3 background-color: #00294b;
4 }
5
6 .argeo-suite-headerTitle {
7 font: bold 14px sans-serif;
8 color: white;
9 background-color: #00294b;
10 }
11
12 .argeo-suite-leadPane {
13 background-color: #eee;
14 }
15
16 Label.argeo-suite-leadPane {
17 font: 11px sans-serif;
18 color: #888;
19 background-color: #eee;
20 }
21
22 Button.argeo-suite-leadPane:hover {
23 cursor: pointer;
24 }
25
26 .argeo-suite-recentItems {
27 font: bold 13px sans-serif;
28 color: white;
29 background-color: #00294b;
30 padding: 8px 16px;
31 }
32
33 .argeo-suite-titleContainer {
34 background-color: #00294b;
35 }
36
37 .argeo-suite-titleLabel {
38 font: bold 13px sans-serif;
39 margin: 6px 8px 4px 8px;
40 color: white;
41 background-color: #00294b;
42 }
43
44 .argeo-suite-subTitleLabel {
45 font: italic 14px sans-serif;
46 color: #777;
47 margin: 4px 8px;
48 }
49
50 .argeo-suite-formLine {
51 padding: 4px 8px 4px 16px;
52 }
53
54 .argeo-suite-simpleLabel {
55 font: normal 11px sans-serif;
56 border: 8px solid #eee;
57 }
58
59 .argeo-suite-simpleText {
60
61 }
62
63 .argeo-suite-simpleInput {
64 padding: 4px 8px 4px 8px;
65 }
66
67 .argeo-suite-titleCell {
68 font: bold 11px sans-serif;
69 background-color: #ddd;
70 }
71
72 .argeo-suite-inlineButton {
73 padding: 0px 4px;
74 font: 12px sans-serif;
75 border: 1px solid white;
76 color: white;
77 background-image: none;
78 background-color: #00294b;
79 }
80
81 .argeo-suite-inlineButton:hover {
82 color: #00294b;
83 background-color: white;
84 }
85
86 Composite.argeo-suite-mainTabBody {
87 background-color: #eee;
88 border: 1px solid #bbb;
89 }
90
91 .argeo-suite-mainTab {
92 background-color: #eee;
93 border: 1px solid #bbb;
94 }
95
96 ToolItem.argeo-suite-mainTab {
97 border: none;
98 background-color: #eee;
99 }
100
101 Button.argeo-suite-mainTab {
102 border: none;
103 background-color: #eee;
104 }
105
106 .argeo-suite-mainTab:hover {
107 background-color: #eee;
108 }
109
110 Button.argeo-suite-mainTab:hover {
111 cursor: pointer;
112 background-color: #eee;
113 }
114
115 .argeo-suite-mainTabSelected {
116 font: bold 14px sans-serif;
117 color: white;
118 /*background-color: #00294b;*/
119 background-color: #5882b5;
120 border: 1px solid #00294b;
121 }
122
123 ToolItem.argeo-suite-mainTabSelected {
124 border: none;
125 }
126
127 Button.argeo-suite-mainTabSelected {
128 border: none;
129 }