efc3dee309be7ec68c8077e54a97b2eb08f9f1a8
[roobuilder] / resources / css / roobuilder.css
1 #left-tree-view { 
2     font-size: 12px;
3 }       
4
5 .drag-over  { 
6     background-color:#88a3bc; 
7 }
8 .drag-below  {   
9      border-bottom-width: 5px; 
10      border-bottom-style: solid;
11      border-bottom-color: #88a3bc;
12 }
13 .drag-above  {
14      border-top-width: 5px;
15      border-top-style: solid;
16      border-top-color: #88a3bc;
17 }
18 .node-err  {
19      border-top-width: 5px;
20      border-top-style: solid;
21      border-top-color: red;
22      border-bottom-width: 5px; 
23      border-bottom-style: solid;
24      border-bottom-color: red;
25 }
26 .node-warn  {
27      border-top-width: 5px;
28      border-top-style: solid;
29      border-top-color: #ABF4EB;
30      border-bottom-width: 5px; 
31      border-bottom-style: solid;
32      border-bottom-color: #ABF4EB;
33 }
34 .node-depr  {
35      border-top-width: 5px;
36      border-top-style: solid;
37      border-top-color: #EEA9FF;
38      border-bottom-width: 5px; 
39      border-bottom-style: solid;
40      border-bottom-color: #EEA9FF;
41 }
42
43 #left-tree-view indent {
44     -gtk-icon-size : 2px;
45 }
46 #left-tree-view indent:nth-last-child(2)  {
47     min-width: 24px;
48 }
49
50
51 #project-list { 
52     font-size: 12px;
53 }
54
55
56 #leftprops-view { 
57     font-size: 12px;
58 }
59          
60 #leftprops-view  dropdown button { 
61         min-height: 16px;                        
62         outline-offset : 0;
63 }
64 #leftprops-view cell dropdown label  {
65         padding-top:0px;
66         padding-bottom:0px;
67 }
68
69 #leftprops-view cell   { 
70         padding-top:2px;
71         padding-bottom:2px;
72 }
73
74 #leftprops-view cell label,  
75 #leftprops-view cell editablelable {
76         padding-top:4px;
77         padding-bottom:4px;
78 }
79
80 #compile-results-view { 
81     font: 10px monospace ;
82 }
83
84 #gtkview-search-entry { 
85     font: 10px monospace ;
86 }
87 #gtkview-view-layout { 
88     background-color: #ccc; 
89 }
90 #roo-search-entry { 
91     background-color: #ccc; 
92 }