source: ComponentRegistry/branches/jeaferversion/ComponentBrowserGui/bin-debug/assets/css/main.css @ 1644

Last change on this file since 1644 was 1644, checked in by jeafer, 12 years ago

Jean-Charles branch ComponentBrowserGui commit2,
Changes regarding comment on the ComponentBrowserGui.

Fix error in InfoPage?
Build successfull

File size: 996 bytes
Line 
1/* CSS file */
2Application {
3    font-family: Verdana, Arial, Helv, Helvetica, sans-serif, "_sans";
4}
5
6ToggleButtonBar {
7   buttonWidth: 90;
8   horizontalGap: -1;
9}
10
11.borderStyles {
12   borderStyle: solid;
13   borderThickness: 2;
14   borderColor: #009dff;
15   cornerRadius: 8;
16}
17
18.xmlBrowser {
19   borderStyle: none;
20   borderThickness: 0;
21   backgroundColor: #DDE3EF;
22   cornerRadius: 8;
23   dropShadowEnabled: true;
24   verticalGap: 1;
25   indicatorGap: 8;
26}
27
28.xmlBrowserHeader {
29    fontWeight: bold;
30}
31
32.xmlBrowserField {
33    fontWeight: normal;
34}
35
36.xmlBrowserValueLabel {
37    fontWeight: normal;
38}
39
40.xmlEditorFieldEditField {
41    borderStyle: solid;
42    borderColor: #ffffff;
43    borderThickness: 1;
44    cornerRadius: 3;
45    fontWeight: normal;
46}
47
48.xmlTextArea {
49   borderStyle: solid;
50   backgroundColor: #DDE3EF;
51   borderThickness: 1;
52   borderColor: #DDE3EF;
53   cornerRadius: 8;
54   dropShadowEnabled: true;
55}
56
57TitleWindow {
58   borderAlpha: 1;
59}
60
61.showInfoPageLabel {
62    fontWeight: bold;
63}
64
65
66
67
Note: See TracBrowser for help on using the repository browser.