www-thermferm/jqwidgets/styles/jqx.orange.css

changeset 117
7119ea8a5225
child 511
2d1d43c3a2c2
equal deleted inserted replaced
116:065a242ed7ec 117:7119ea8a5225
1 /*states, content and header*/
2 .jqx-widget-orange{border-color:#E48605}
3 .jqx-widget-content-orange{color:#000000; border-color:#E48605}
4 .jqx-fill-state-normal-orange, .jqx-widget-header-orange, .jqx-menu-vertical-orange {
5 border-color: #E48605;
6 color: #ffffff;
7 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
8 background-color: #faa732;
9 *background-color: #f89406;
10 background-image: -moz-linear-gradient(top, #fbb450, #f89406);
11 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
12 background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
13 background-image: -o-linear-gradient(top, #fbb450, #f89406);
14 background-image: linear-gradient(to bottom, #fbb450, #f89406);
15 background-repeat: repeat-x;
16 }
17 .jqx-fill-state-hover-orange{
18 border-color: #E48605;
19 color: #ffffff;
20 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
21 background-color: #E74615;
22 *background-color: #E74615;
23 background-image: -moz-linear-gradient(top, #f89406, #E48605);
24 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f89406), to(#E48605));
25 background-image: -webkit-linear-gradient(top, #f89406, #E48605);
26 background-image: -o-linear-gradient(top, #f89406, #E48605);
27 background-image: linear-gradient(to bottom, #f89406, #E48605);
28 background-repeat: repeat-x;
29 }
30 .jqx-fill-state-pressed-orange, .jqx-menu-item-top-hover-orange{ background: #044062; /* Old browsers */
31 border-color: #325da7;
32 color: #ffffff;
33 background: #4d77c1; /* Old browsers */
34 background: -moz-linear-gradient(top, #4d77c1 0%, #325da7 100%); /* FF3.6+ */
35 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d77c1), color-stop(100%,#325da7)); /* Chrome,Safari4+ */
36 background: -webkit-linear-gradient(top, #4d77c1 0%,#325da7 100%); /* Chrome10+,Safari5.1+ */
37 background: -o-linear-gradient(top, #4d77c1 0%,#325da7 100%); /* Opera 11.10+ */
38 background: -ms-linear-gradient(top, #4d77c1 0%,#325da7 100%); /* IE10+ */
39 background: linear-gradient(to bottom, #4d77c1 0%,#325da7 100%); /* W3C */
40 }
41 /*checkbox images, grid cells*/
42 .jqx-checkbox-check-checked-orange{background:transparent url(images/check_white.png) left top no-repeat}
43 .jqx-checkbox-check-indeterminate-orange{background:transparent url(images/check_indeterminate_white.png) left top no-repeat}
44 .jqx-grid-orange, .jqx-grid-header-orange, .jqx-grid-cell-orange{border-color:#E48605}
45 .jqx-widget-orange .jqx-grid-cell-orange, .jqx-widget-orange .jqx-grid-group-cell-orange{border-color:#FBB34E}
46 .jqx-widget-orange .jqx-grid-column-header-orange{border-color:#E48605}
47 .jqx-grid-bottomright-orange, .jqx-panel-bottomright-orange, .jqx-listbox-bottomright-orange{ background-color:#FBB659}
48 .jqx-widget-orange .jqx-grid-column-menubutton-orange, .jqx-menu-vertical-orange{border-color:#FBB34E}
49 .jqx-grid-selectionarea-orange{background-color:#6eaad3;border:1px solid #6eaad3; opacity:0.5}
50 .jqx-grid-group-cell-orange{border-color:#FBB34E; background-color:#fff}
51 .jqx-grid-cell-orange, .jqx-widget-orange .jqx-grid-cell-orange {
52 border-color:#FBB34E; }
53 .jqx-grid-cell-sort-orange, .jqx-grid-cell-filter-orange, .jqx-grid-cell-pinned-orange{background-color:#FCC67C}
54 .jqx-grid-cell-alt-orange, .jqx-grid-cell-sort-alt-orange, .jqx-grid-cell-filter-alt-orange{background-color:#FCC67C}
55 .jqx-scrollbar-state-normal-orange{background-color:#FBB659; border:1px solid #FBB659;}
56 .jqx-tabs-title-selected-bottom-orange, .jqx-tabs-selection-tracker-bottom-orange, .jqx-tabs-title-selected-top-orange, .jqx-tabs-selection-tracker-top-orange{text-shadow: none; color: #000; border-color:#E48605; border-bottom:1px solid #ffffff; background:#ffffff}
57 .jqx-radiobutton-check-checked-orange {
58 background: #fff;
59 border-color: #fff;
60 }
61 /*icons*/
62 .jqx-icon-arrow-left-orange{background-image:url('images/icon-left-white.png'); background-repeat:no-repeat; background-position:center}
63 .jqx-icon-arrow-right-orange{background-image:url('images/icon-right-white.png'); background-repeat:no-repeat; background-position:center}
64 .jqx-menu-item-arrow-left-orange{background-image:url('images/icon-left.png'); background-repeat:no-repeat; background-position:center}
65 .jqx-menu-item-arrow-right-orange{background-image:url('images/icon-right.png'); background-repeat:no-repeat; background-position:center}
66
67 .jqx-grid-column-sortascbutton-orange, .jqx-expander-arrow-bottom-orange, .jqx-window-collapse-button-orange, .jqx-menu-item-arrow-up-orange, .jqx-menu-item-arrow-up-selected-orange, .jqx-menu-item-arrow-top-up-orange, .jqx-icon-arrow-up-orange, .jqx-icon-arrow-up-hover-orange, .jqx-icon-arrow-up-selected-orange{background-image:url('images/icon-up-white.png');background-repeat:no-repeat;background-position:center}
68 .jqx-grid-column-menubutton-orange, .jqx-grid-column-sortdescbutton-orange, .jqx-expander-arrow-top-orange, .jqx-window-collapse-button-collapsed-orange, .jqx-menu-item-arrow-down-orange, .jqx-menu-item-arrow-down-selected-orange, .jqx-menu-item-arrow-down-orange, .jqx-icon-arrow-down-orange, .jqx-icon-arrow-down-hover-orange, .jqx-icon-arrow-down-selected-orange{background-image:url('images/icon-down-white.png');background-repeat:no-repeat;background-position:center}
69 .jqx-tabs-arrow-left-orange, .jqx-menu-item-arrow-left-selected-orange, .jqx-menu-item-arrow-top-left-orange, .jqx-icon-arrow-down-left-orange, .jqx-icon-arrow-left-selected-orange{background-image:url('images/icon-left-white.png');background-repeat:no-repeat;background-position:center}
70 .jqx-tabs-arrow-right-orange, .jqx-menu-item-arrow-right-selected-orange, .jqx-menu-item-arrow-top-right-orange, .jqx-icon-arrow-right-hover-orange, .jqx-icon-arrow-right-selected-orange{background-image:url('images/icon-right-white.png');background-repeat:no-repeat;background-position:center}
71 .jqx-window-close-button-orange, .jqx-icon-close-orange, .jqx-tabs-close-button-orange, .jqx-tabs-close-button-hover-orange, .jqx-tabs-close-button-selected-orange{background-image:url(images/close_white.png); background-repeat:no-repeat; background-position:center}
72
73 .jqx-scrollbar-thumb-state-normal-horizontal-orange{ background:#F9960A; border:1px solid #E48605}
74 .jqx-scrollbar-thumb-state-hover-horizontal-orange{ background:#E48605; border:1px solid #E48605}
75 .jqx-scrollbar-thumb-state-pressed-horizontal-orange{ background:#111086; border:1px solid #070734}
76 .jqx-scrollbar-thumb-state-normal-orange{ background:#F9960A; border:1px solid #E48605;}
77 .jqx-scrollbar-thumb-state-hover-orange{ background:#E48605; border:1px solid #E48605}
78 .jqx-scrollbar-thumb-state-pressed-orange{ background:#111086; border:1px solid #070734}
79 .jqx-icon-arrow-first-orange
80 {
81 background-image: url('images/icon-first-white.png');
82 background-repeat: no-repeat;
83 background-position: center;
84 }
85 .jqx-icon-arrow-last-orange
86 {
87 background-image: url('images/icon-last-white.png');
88 background-repeat: no-repeat;
89 background-position: center;
90 }
91
92 .jqx-grid-cell-orange>.jqx-grid-group-expand-orange, .jqx-tree-item-arrow-expand-orange {
93 background-image: url('images/icon-down.png');
94 background-repeat: no-repeat;
95 background-position: center;
96 }
97 .jqx-grid-cell-orange>.jqx-grid-group-collapse-orange, .jqx-tree-item-arrow-collapse-orange {
98 background-image: url('images/icon-right.png');
99 background-repeat: no-repeat;
100 background-position: center;
101 }
102 .jqx-grid-cell-orange>.jqx-grid-group-collapse-rtl-orange, .jqx-tree-item-arrow-collapse-rtl-orange {
103 background-image: url('images/icon-left.png');
104 background-repeat: no-repeat;
105 background-position: center;
106 }
107 .jqx-grid-cell-orange>.jqx-grid-group-expand-rtl-orange {
108 background-image: url('images/icon-down.png');
109 background-repeat: no-repeat;
110 background-position: center;
111 }
112
113 .jqx-grid-cell-orange.jqx-grid-cell-selected-orange>.jqx-grid-group-expand-orange,
114 .jqx-grid-cell-orange.jqx-grid-cell-hover-orange>.jqx-grid-group-expand-orange {
115 background-image: url('images/icon-down-white.png');
116 background-repeat: no-repeat;
117 background-position: center;
118 }
119 .jqx-grid-cell-orange.jqx-grid-cell-selected-orange>.jqx-grid-group-collapse-orange,
120 .jqx-grid-cell-orange.jqx-grid-cell-hover-orange>.jqx-grid-group-collapse-orange {
121 background-image: url('images/icon-right-white.png');
122 background-repeat: no-repeat;
123 background-position: center;
124 }
125 .jqx-grid-cell-orange.jqx-grid-cell-selected-orange>.jqx-grid-group-collapse-rtl-orange,
126 .jqx-grid-cell-orange.jqx-grid-cell-hover-orange>.jqx-grid-group-collapse-rtl-orange {
127 background-image: url('images/icon-left-white.png');
128 background-repeat: no-repeat;
129 background-position: center;
130 }
131 .jqx-grid-cell-orange.jqx-grid-cell-selected-orange>.jqx-grid-group-expand-rtl-orange,
132 .jqx-grid-cell-orange.jqx-grid-cell-hover-orange>.jqx-grid-group-expand-rtl-orange {
133 background-image: url('images/icon-down-white.png');
134 background-repeat: no-repeat;
135 background-position: center;
136 }
137 .jqx-icon-search-orange
138 {
139 background-image: url(images/search_white.png);
140 background-repeat: no-repeat;
141 background-position: center;
142 }
143 .jqx-icon-calendar-orange, .jqx-icon-calendar-hover-orange, .jqx-icon-calendar-pressed-orange {
144 background-image: url('images/icon-calendar-white.png');
145 }
146 .jqx-icon-delete-orange
147 {
148 background-image: url('images/icon-delete-white.png');
149 }
150 .jqx-icon-edit-orange
151 {
152 background-image: url('images/icon-edit-white.png');
153 }
154 .jqx-icon-save-orange
155 {
156 background-image: url('images/icon-save-white.png');
157 }
158 .jqx-icon-cancel-orange
159 {
160 background-image: url('images/icon-cancel-white.png');
161 }
162 .jqx-icon-search-orange
163 {
164 background-image: url(images/search_white.png);
165 }
166 .jqx-icon-plus-orange
167 {
168 background-image: url(images/plus_white.png);
169 }
170 .jqx-menu-minimized-button-orange {
171 background-image: url('images/icon-menu-minimized-white.png');
172 }
173 .jqx-editor-toolbar-icon-orange {
174 background: url('images/html_editor_white.png') no-repeat;
175 }

mercurial