21130e56435adde9595cc6de53f9956715927a3d
[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 #888;
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 #888;
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 menu menu{
38  -moz-appearance: none !important;
39  color:white;
40  background: #35a;
41 }
42
43 menubar menu{
44  -moz-appearance: none !important;
45  color:white;
46 }
47
48 menubar menu:hover{
49  -moz-appearance:none !important;
50  background:#46d;
51  color:yellow;
52 }
53
54 /* are splitter & iframe in use currently? */
55 splitter{
56  -moz-appearance:none !important;
57  background:white url('../image/fade.png') no-repeat !important;
58  border:0px;
59 }
60 iframe{
61  border-left:1px solid #888 !important;
62 }