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

changeset 511
2d1d43c3a2c2
parent 117
7119ea8a5225
child 617
b216f9d4b917
--- a/www-thermferm/jqwidgets/styles/jqx.orange.css	Fri May 19 16:34:21 2017 +0200
+++ b/www-thermferm/jqwidgets/styles/jqx.orange.css	Sun May 28 14:19:57 2017 +0200
@@ -38,6 +38,9 @@
     background: -ms-linear-gradient(top, #4d77c1 0%,#325da7 100%); /* IE10+ */
     background: linear-gradient(to bottom, #4d77c1 0%,#325da7 100%); /* W3C */
 }
+.jqx-fill-state-focus-orange {
+  border-color: #325da7;
+}
 /*checkbox images, grid cells*/
 .jqx-checkbox-check-checked-orange{background:transparent url(images/check_white.png) left top no-repeat}
 .jqx-checkbox-check-indeterminate-orange{background:transparent url(images/check_indeterminate_white.png) left top no-repeat}
@@ -143,6 +146,9 @@
 .jqx-icon-calendar-orange, .jqx-icon-calendar-hover-orange, .jqx-icon-calendar-pressed-orange {
     background-image: url('images/icon-calendar-white.png');
 }
+.jqx-icon-time-orange, .jqx-icon-time-hover-orange, .jqx-icon-time-pressed-orange {
+    background-image: url('images/icon-time-white.png');
+}
 .jqx-icon-delete-orange
 {
     background-image: url('images/icon-delete-white.png');
@@ -173,3 +179,33 @@
 .jqx-editor-toolbar-icon-orange {
     background: url('images/html_editor_white.png') no-repeat;
 }
+.jqx-layout-orange
+{
+    background-color: #E48605;
+}
+.jqx-layout-pseudo-window-pin-icon-orange
+{
+    background-image: url("images/pin-white.png");
+}
+.jqx-layout-pseudo-window-pinned-icon-orange
+{
+    background-image: url("images/pinned-white.png");
+}
+.jqx-scheduler-month-cell-orange, .jqx-scheduler-time-column-orange, .jqx-scheduler-toolbar-orange
+{
+    background: #E48605 !important;
+    color: #fff  !important;
+}
+.jqx-widget-orange .jqx-scheduler-middle-cell-orange, .jqx-scheduler-middle-cell-orange {
+    border-bottom-color: #E48605 !important;
+}
+.jqx-date-time-input-popup-orange .jqx-icon-arrow-down-orange {
+    background-image: url('images/icon-down.png');
+    background-repeat: no-repeat;
+    background-position: center;
+}
+.jqx-date-time-input-popup-orange .jqx-icon-arrow-up-orange {
+    background-image: url('images/icon-up.png');
+    background-repeat: no-repeat;
+    background-position: center;
+}
\ No newline at end of file

mercurial