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

changeset 511
2d1d43c3a2c2
parent 117
7119ea8a5225
child 617
b216f9d4b917
equal deleted inserted replaced
510:2da3d3340403 511:2d1d43c3a2c2
35 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d77c1), color-stop(100%,#325da7)); /* Chrome,Safari4+ */ 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+ */ 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+ */ 37 background: -o-linear-gradient(top, #4d77c1 0%,#325da7 100%); /* Opera 11.10+ */
38 background: -ms-linear-gradient(top, #4d77c1 0%,#325da7 100%); /* IE10+ */ 38 background: -ms-linear-gradient(top, #4d77c1 0%,#325da7 100%); /* IE10+ */
39 background: linear-gradient(to bottom, #4d77c1 0%,#325da7 100%); /* W3C */ 39 background: linear-gradient(to bottom, #4d77c1 0%,#325da7 100%); /* W3C */
40 }
41 .jqx-fill-state-focus-orange {
42 border-color: #325da7;
40 } 43 }
41 /*checkbox images, grid cells*/ 44 /*checkbox images, grid cells*/
42 .jqx-checkbox-check-checked-orange{background:transparent url(images/check_white.png) left top no-repeat} 45 .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} 46 .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} 47 .jqx-grid-orange, .jqx-grid-header-orange, .jqx-grid-cell-orange{border-color:#E48605}
141 background-position: center; 144 background-position: center;
142 } 145 }
143 .jqx-icon-calendar-orange, .jqx-icon-calendar-hover-orange, .jqx-icon-calendar-pressed-orange { 146 .jqx-icon-calendar-orange, .jqx-icon-calendar-hover-orange, .jqx-icon-calendar-pressed-orange {
144 background-image: url('images/icon-calendar-white.png'); 147 background-image: url('images/icon-calendar-white.png');
145 } 148 }
149 .jqx-icon-time-orange, .jqx-icon-time-hover-orange, .jqx-icon-time-pressed-orange {
150 background-image: url('images/icon-time-white.png');
151 }
146 .jqx-icon-delete-orange 152 .jqx-icon-delete-orange
147 { 153 {
148 background-image: url('images/icon-delete-white.png'); 154 background-image: url('images/icon-delete-white.png');
149 } 155 }
150 .jqx-icon-edit-orange 156 .jqx-icon-edit-orange
171 background-image: url('images/icon-menu-minimized-white.png'); 177 background-image: url('images/icon-menu-minimized-white.png');
172 } 178 }
173 .jqx-editor-toolbar-icon-orange { 179 .jqx-editor-toolbar-icon-orange {
174 background: url('images/html_editor_white.png') no-repeat; 180 background: url('images/html_editor_white.png') no-repeat;
175 } 181 }
182 .jqx-layout-orange
183 {
184 background-color: #E48605;
185 }
186 .jqx-layout-pseudo-window-pin-icon-orange
187 {
188 background-image: url("images/pin-white.png");
189 }
190 .jqx-layout-pseudo-window-pinned-icon-orange
191 {
192 background-image: url("images/pinned-white.png");
193 }
194 .jqx-scheduler-month-cell-orange, .jqx-scheduler-time-column-orange, .jqx-scheduler-toolbar-orange
195 {
196 background: #E48605 !important;
197 color: #fff !important;
198 }
199 .jqx-widget-orange .jqx-scheduler-middle-cell-orange, .jqx-scheduler-middle-cell-orange {
200 border-bottom-color: #E48605 !important;
201 }
202 .jqx-date-time-input-popup-orange .jqx-icon-arrow-down-orange {
203 background-image: url('images/icon-down.png');
204 background-repeat: no-repeat;
205 background-position: center;
206 }
207 .jqx-date-time-input-popup-orange .jqx-icon-arrow-up-orange {
208 background-image: url('images/icon-up.png');
209 background-repeat: no-repeat;
210 background-position: center;
211 }

mercurial