Project

General

Profile

Statistics
| Revision:

root / trunk / web / dojo / dojox / widget / RollingList / RollingList.css

History | View | Annotate | Download (3.37 KB)

1
.dojoxRollingList {
2
        border: 1px solid #000;
3
        height: 20em;
4
        background-color: #FFF;
5
        position: relative;
6
}
7
.dijitPopup .dojoxRollingList {
8
        position: static;
9
}
10
.dojoxRollingListContainer {
11
        overflow: scroll;
12
        overflow-y: hidden;
13
        overflow-x: scroll;
14
        white-space: nowrap;
15
}
16
.dojoxRollingListButtons {
17
        position: absolute;
18
        right: 5px;
19
        padding: 5px 0px;
20
}
21
.dojoxRollingListButtonsHidden .dojoxRollingListButtons {
22
        display: none;
23
}
24
.dojoxRollingListPane {
25
        overflow: scroll;
26
        overflow-x: hidden;
27
        overflow-y: scroll;
28
        display:-moz-inline-box;                
29
        display:inline-block;                        
30
        #zoom: 1; 
31
        #display:inline; 
32
        border:0;
33
        padding:0;
34
        vertical-align:middle;
35
        #vertical-align: auto;        
36
}
37
.dojoxRollingListPane .dijitMenuItem td {
38
        width: 1px;
39
}
40
.dojoxRollingListPane .dijitMenuItem td.dijitMenuItemLabel {
41
        width: auto;
42
}
43
.dojoxRollingListPane .dijitMenuItemLabel,
44
.dojoxRollingListPane .dijitMenuItemIcon {
45
        position: static !important;
46
}
47
.dj_webkit .dojoxRollingListPane,
48
.dj_ie .dojoxRollingListPane {
49
        padding-right: 15px; 
50
}
51
.dojoxRollingListPane .dijitMenu {
52
        border: none !important;
53
}
54
.dojoxRollingListItem {
55
        cursor: default;
56
}
57
.tundra .dojoxRollingList {
58
        border-color: #b3b3b3;
59
}
60
.tundra .dijitPopup .dojoxRollingList {
61
        border-color: #406b9b;
62
}
63
.tundra .dojoxRollingListPane {
64
        background-color: #f7f7f7;
65
}
66
.tundra .dojoxRollingListPane .dojoxRollingListItemHover,
67
.tundra .dojoxRollingListPane .dojoxRollingListItemFocus {
68
        background-color: #e3e3e3;
69
}
70
.tundra .dojoxRollingListPane .dojoxRollingListItemSelected {
71
        color: #fff;
72
        background-color: #999;
73
        font-weight: bold;
74
}
75
.tundra .dojoxRollingListPaneCurrentSelected .dojoxRollingListItemSelected {
76
        background-color: #3559ac;
77
}
78
.tundra .dojoxRollingListPane .dojoxRollingListItemHoverSelected,
79
.tundra .dojoxRollingListPane .dojoxRollingListItemFocusSelected {
80
        background-color: #9aacd6;
81
}
82
.tundra .dojoxRollingListItem {
83
        font-family: inherit;
84
}
85
.soria .dojoxRollingList {
86
        border-color: #8ba0bd;
87
}
88
.soria .dijitPopup .dojoxRollingList {
89
        border-color: #406b9b;
90
}
91
.soria .dojoxRollingListPane {
92
        background-color: #fff;
93
}
94
.soria .dojoxRollingListPane .dojoxRollingListItemHover, 
95
.soria .dojoxRollingListPane .dojoxRollingListItemFocus {
96
        background-color: #e3e3e3;
97
}
98
.soria .dojoxRollingListPane .dojoxRollingListItemSelected {
99
        color: #243C5F;
100
        background-color: #ccc;
101
        font-weight: bold;
102
}
103
.soria .dojoxRollingListPaneCurrentSelected .dojoxRollingListItemSelected {
104
        background-color: #d9e6f9;
105
}
106
.soria .dojoxRollingListPane .dojoxRollingListItemHoverSelected,
107
.soria .dojoxRollingListPane .dojoxRollingListItemFocusSelected {
108
        background-color: #ecf3fc;
109
}
110
.soria .dojoxRollingListItem {
111
        font-family: inherit;
112
}
113
.nihilo .dojoxRollingList {
114
        border-color: #d3d3d3;
115
}
116
.nihilo .dijitPopup .dojoxRollingList {
117
        border-color: #b3b3b3;
118
}
119
.nihilo .dojoxRollingListPane {
120
        background-color: #fff;
121
}
122
.nihilo .dojoxRollingListPane .dojoxRollingListItemHover,
123
.nihilo .dojoxRollingListPane .dojoxRollingListItemFocus {
124
        background-color: #e3e3e3;
125
}
126
.nihilo .dojoxRollingListPane .dojoxRollingListItemSelected {
127
        color: #243C5F;
128
        background-color: #ccc;
129
        font-weight: bold;
130
}
131
.nihilo .dojoxRollingListPaneCurrentSelected .dojoxRollingListItemSelected {
132
        background-color: #ffe284;
133
}
134
.nihilo .dojoxRollingListPane .dojoxRollingListItemHoverSelected,
135
.nihilo .dojoxRollingListPane .dojoxRollingListItemFocusSelected {
136
        background-color: #fff1c2;
137
}
138
.nihilo .dojoxRollingListItem {
139
        font-family: inherit;
140
}