www/jqwidgets/styles/jqx.light.css

changeset 619
4938909df593
parent 451
259c97782bf8
child 733
67bf19c50fcc
equal deleted inserted replaced
618:2712082437b0 619:4938909df593
1242 .jqx-slider-tooltip-light.jqx-info-slider, .jqx-slider-tooltip-light.jqx-info-slider .jqx-fill-state-normal-light { 1242 .jqx-slider-tooltip-light.jqx-info-slider, .jqx-slider-tooltip-light.jqx-info-slider .jqx-fill-state-normal-light {
1243 border-color: #5bc0de; 1243 border-color: #5bc0de;
1244 background: #5bc0de; 1244 background: #5bc0de;
1245 } 1245 }
1246 1246
1247
1248
1249
1250 .jqx-fill-state-pressed-light .jqx-icon-delete-light 1247 .jqx-fill-state-pressed-light .jqx-icon-delete-light
1251 { 1248 {
1252 background-image: url('images/icon-delete-white.png'); 1249 background-image: url('images/icon-delete-white.png');
1253 } 1250 }
1254 .jqx-fill-state-pressed-light .jqx-icon-edit-light 1251 .jqx-fill-state-pressed-light .jqx-icon-edit-light
1278 background: url('images/html_editor_white.png') no-repeat; 1275 background: url('images/html_editor_white.png') no-repeat;
1279 } 1276 }
1280 .jqx-editor-toolbar-button-light{ 1277 .jqx-editor-toolbar-button-light{
1281 border-color: #ddd; 1278 border-color: #ddd;
1282 } 1279 }
1283
1284 1280
1285 /*applied to the timepicker*/ 1281 /*applied to the timepicker*/
1286 .jqx-needle-central-circle-light { 1282 .jqx-needle-central-circle-light {
1287 fill: rgb(0, 119, 190); 1283 fill: rgb(0, 119, 190);
1288 } 1284 }
1294 box-shadow: 0px 0px 4px 2px rgba(0, 119, 190, 0.125); 1290 box-shadow: 0px 0px 4px 2px rgba(0, 119, 190, 0.125);
1295 } 1291 }
1296 .jqx-svg-picker-light:focus { 1292 .jqx-svg-picker-light:focus {
1297 border: 1px solid rgb(0, 119, 190) !important; 1293 border: 1px solid rgb(0, 119, 190) !important;
1298 } 1294 }
1295 .jqx-time-picker[view="portrait"] .jqx-header-light {
1296 border-top-left-radius: inherit;
1297 border-top-right-radius: inherit;
1298 }
1299 .jqx-time-picker[view="landscape"] .jqx-header-light {
1300 border-top-left-radius: inherit;
1301 border-bottom-left-radius: inherit;
1302 }

mercurial