www/jqwidgets/styles/jqx.ui-start.css

changeset 451
259c97782bf8
parent 157
5b2f553175a6
child 733
67bf19c50fcc
equal deleted inserted replaced
450:fa742816bb8b 451:259c97782bf8
209 background-image: url("images/pinned-lightblue.png"); 209 background-image: url("images/pinned-lightblue.png");
210 } 210 }
211 .jqx-scheduler-month-cell-ui-start, .jqx-scheduler-time-column-ui-start, .jqx-scheduler-toolbar-ui-start 211 .jqx-scheduler-month-cell-ui-start, .jqx-scheduler-time-column-ui-start, .jqx-scheduler-toolbar-ui-start
212 { 212 {
213 background: #4297d7 !important; 213 background: #4297d7 !important;
214 color: #fff !important; 214 color: #fff !important;
215 } 215 }
216 .jqx-widget-ui-start .jqx-scheduler-middle-cell-ui-start, .jqx-scheduler-middle-cell-ui-start { 216 .jqx-widget-ui-start .jqx-scheduler-middle-cell-ui-start, .jqx-scheduler-middle-cell-ui-start {
217 border-bottom-color: #4297d7 !important; 217 border-bottom-color: #4297d7 !important;
218 } 218 }
219 .jqx-docking-layout-group-floating-ui-start .jqx-window-header-ui-start 219 .jqx-docking-layout-group-floating-ui-start .jqx-window-header-ui-start
220 { 220 {
221 background-image: none; 221 background-image: none;
222 } 222 }
223 /*applied to the timepicker*/
224 .jqx-time-picker .jqx-header .jqx-hour-container-ui-start:focus {
225 outline: 1px solid white !important;
226 }
227 .jqx-time-picker .jqx-header .jqx-minute-container-ui-start:focus {
228 outline: 1px solid white !important;
229 }
230 .jqx-time-picker .jqx-header .jqx-am-container-ui-start:focus {
231 outline: 1px solid white !important;
232 }
233 .jqx-time-picker .jqx-header .jqx-pm-container-ui-start:focus {
234 outline: 1px solid white !important;
235 }
236 .jqx-label-ui-start {
237 fill: white;
238 }
239 .jqx-label-ui-start.jqx-selected {
240 fill: black !important;
241 }
242 .jqx-needle-ui-start {
243 fill: rgb(0, 120, 174);
244 }
245 .jqx-needle-central-circle-ui-start:first-of-type {
246 fill: rgb(0, 120, 174);
247 stroke: rgb(0, 120, 174);
248 }
249 .jqx-needle-central-circle-ui-start {
250 fill: white;
251 stroke: rgb(33, 145, 192);
252 }
253 .jqx-container-ui-start {
254 border-radius: inherit;
255 }
256 .jqx-header-ui-start {
257 border-top-left-radius: inherit;
258 border-top-right-radius: inherit;
259 }
260 .jqx-svg-picker-ui-start {
261 background-image: linear-gradient(rgb(0, 120, 174) 5%, rgb(119, 213, 247) 25%, rgb(186, 233, 255), rgb(119, 213, 247) 45%, rgb(0, 120, 174) 95%);
262 }

mercurial