Globale Variable umgewandelt.
[kivitendo-erp.git] / xslt / style1.css
1 /* toolbar style */
2 toolbar{
3  -moz-appearance:none !important;
4  background: url('../image/fade.png');
5  border-bottom:1px solid black;
6 }
7
8 /* sidebar styles */
9 tree{
10  -moz-appearance: none !important;
11  border:0px solid black;
12  padding-top:2px;
13  background: white url('../image/fade.png') repeat-x;
14 }
15
16 #sidebar{
17  background-image: url('../image/fade.png');
18  max-width:450px;
19  width:150px;
20  font:12px Arial;
21  margin:0px;
22  border-right:1px solid black
23 }
24
25 /* menubar styles */
26 menubar{
27  -moz-appearance:none !important;
28  background: url('../image/bg_titel.gif');
29  border:0px
30 }
31
32 menu, 
33 menuitem{
34  font:12px Arial;
35 }
36
37 menubar menu{
38  -moz-appearance: none !important;
39  color:white;
40  background: url('../image/bg_titel.gif');
41 }
42
43 menubar menu:hover{
44  -moz-appearance:none !important;
45  background:#4466cc;
46  color:yellow;
47 }
48
49 /* are splitter & iframe in use currently? */
50 splitter{
51  -moz-appearance:none !important;
52  background:white url('../image/fade.png') no-repeat !important;
53  border:0px;
54 }
55 iframe{
56  border-left:1px solid black !important;
57 }