HtmlToolbar_wev8.css
805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.toolbarContainer {
border-bottom : 0;
background-color : #def;
color : ButtonText;
font : Menu;
background-image: url(images/toolbar-bg_wev8.gif);
}
.toolbar {
padding : 2px 4px;
min-height : 26px;
_height : 26px;
}
.toolbarItem {
float : left;
padding : 1px 2px;
margin : 0 2px 1px 0;
cursor : pointer;
/* border : 1px solid #def; */
}
.toolbarItem.selected, .toolbarItem.down {
margin : 1px 1px 0 1px;
border-color : #bbf;
background-color : #fafaff;
}
.toolbarButton img {
vertical-align : bottom;
}
.toolbarButton span {
line-height : 16px;
vertical-align : middle;
}
.toolbarButton.hover {
border-color : #bbf;
}
.toolbarItem.disabled {
opacity : 0.3;
filter : alpha(opacity=30);
cursor : default;
}
.toolbarSeparator {
cursor : default;
}
.toolbarFlexibleSpace {
}