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

changeset 511
2d1d43c3a2c2
parent 336
217f330b05cb
child 617
b216f9d4b917
--- a/www-thermferm/jqwidgets/styles/jqx.blackberry.css	Fri May 19 16:34:21 2017 +0200
+++ b/www-thermferm/jqwidgets/styles/jqx.blackberry.css	Sun May 28 14:19:57 2017 +0200
@@ -329,7 +329,11 @@
     background-repeat: no-repeat;
     background-position: center;
 }
-
+.jqx-tree-item-arrow-collapse-blackberry {
+    background-image: url('images/icon-right.png') !important;
+    background-repeat: no-repeat;
+    background-position: center;
+}
 .jqx-tree-item-arrow-collapse-rtl-blackberry, .jqx-tree-item-arrow-collapse-hover-rtl-blackberry {
     background-image: url(images/icon-left.png);
 }
@@ -598,7 +602,7 @@
     background-position: center;
 }
 .jqx-tree-grid-expand-button-blackberry, .jqx-tree-grid-collapse-button-blackberry {
-    margin-top: 3px;
+    margin-top: 0px;
 }
 .jqx-tree-grid-checkbox-blackberry {
     margin-top: 1px;
@@ -630,8 +634,23 @@
  .jqx-icon-calendar-pressed-blackberry {
     background-image: url('images/icon-calendar-white.png');
 }
-.jqx-file-upload-blackberry .jqx-icon-arrow-up-blackberry {
+ .jqx-icon-time-pressed-blackberry {
+    background-image: url('images/icon-time-white.png');
+}
+ .jqx-file-upload-blackberry .jqx-icon-arrow-up-blackberry {
   background-image: url('images/icon-up-white.png');
 }
 .jqx-file-upload-file-name-blackberry{padding:3px;}
 .jqx-file-upload-file-row-blackberry{ height: 40px;}
+.jqx-layout-blackberry
+{
+    background-color: #296b8e;
+}
+.jqx-layout-pseudo-window-pin-icon-blackberry
+{
+    background-image: url("images/pin-white.png");
+}
+.jqx-layout-pseudo-window-pinned-icon-blackberry
+{
+    background-image: url("images/pinned-white.png");
+}
\ No newline at end of file

mercurial