Fix #8097 - highlighting selected line from code navigation - partially workimg
[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 #left-tree-view cell {
50         padding-top: 3px;
51         padding-bottom: 3px;
52
53
54 #project-list { 
55     font-size: 12px;
56 }
57
58
59 #leftprops-view { 
60     font-size: 12px;
61 }
62          
63 #leftprops-view  dropdown button { 
64         min-height: 16px;                        
65         outline-offset : 0;
66 }
67 #leftprops-view cell dropdown label  {
68         padding-top:0px;
69         padding-bottom:0px;
70 }
71
72 #leftprops-view cell   { 
73         padding-top:2px;
74         padding-bottom:2px;
75 }
76
77 #leftprops-view cell label,  
78 #leftprops-view cell editablelable {
79         padding-top:4px;
80         padding-bottom:4px;
81 }
82
83 #compile-results-view { 
84     font: 10px monospace ;
85 }
86
87 #gtkview-search-entry { 
88     font: 10px monospace ;
89 }
90 #gtkview-view-layout { 
91     background-color: #ccc; 
92 }
93 #roo-search-entry { 
94     background-color: #ccc; 
95 }
96
97
98 #editor-navigation indent {
99     -gtk-icon-size : 2px;
100 }
101 #editor-navigation { 
102     font-size: 12px;
103 }
104 #editor-navigation cell {
105         padding-top: 2px;
106         padding-bottom: 2px;
107
108
109 #editor-navigation .selected-row {
110     background-color:#88a3bc; 
111
112
113 .lang-class-symbolic {
114         color : #266b02;
115         font-weight: bold;
116 }
117 .lang-method-symbolic,
118 .lang-function-symbolic {
119         color : #029f2b;
120         font-weight: bold;
121
122 }
123
124 .lang-struct-field-symbolic {
125         color : #1111ff;
126 }
127
128 tooltip {
129     padding: 2px;
130     margin: 0px 0px 0px 0px;
131     border-width: 1px;
132     border-style: solid;
133     border-radius: 2px;
134     border-color: #eee;
135     background-image: none;
136     background-color: #eee;
137     color: #000;
138     border: 0px;
139 }
140
141 tooltip * {
142     background-color: #eee;
143
144     padding: 5px 5px 5px 5px;
145     margin: 0px 0px 0px 0px;
146     border-width: 1px;
147     color: #000;
148
149 }
150
151
152