windy 6 years ago
parent
commit
40469152aa
  1. 2
      dist/base.js
  2. 1
      dist/bundle.css
  3. 2
      dist/bundle.js
  4. 1
      dist/fineui.css
  5. 2
      dist/fineui.js
  6. 1
      dist/resource.css
  7. 1
      public/css/app.css
  8. 2
      src/base/table/table.grid.scrollbar.js
  9. 1
      src/css/resource/app.css
  10. 1
      src/less/resource/app.less
  11. 1
      ui/css/app.css

2
dist/base.js vendored

@ -32126,6 +32126,8 @@ BI.GridTableHorizontalScrollbar = BI.inherit(BI.Widget, {
return;
}
this.setVisible(true);
But it is the same with man as with the tree. The more he seeks to rise into the height and light, the more vigorously do his roots struggle earthward, downward, into the dark, the deep - into evil.
}
});
BI.GridTableHorizontalScrollbar.EVENT_SCROLL = "EVENT_SCROLL";

1
dist/bundle.css vendored

@ -4601,7 +4601,6 @@ body {
-kthml-user-focus: normal;
-moz-user-focus: normal;
-moz-outline: 0 none;
-ms-overflow-style: -ms-autohiding-scrollbar;
outline: 0 none;
}
div::-webkit-scrollbar,

2
dist/bundle.js vendored

@ -68041,6 +68041,8 @@ BI.GridTableHorizontalScrollbar = BI.inherit(BI.Widget, {
return;
}
this.setVisible(true);
But it is the same with man as with the tree. The more he seeks to rise into the height and light, the more vigorously do his roots struggle earthward, downward, into the dark, the deep - into evil.
}
});
BI.GridTableHorizontalScrollbar.EVENT_SCROLL = "EVENT_SCROLL";

1
dist/fineui.css vendored

@ -4601,7 +4601,6 @@ body {
-kthml-user-focus: normal;
-moz-user-focus: normal;
-moz-outline: 0 none;
-ms-overflow-style: -ms-autohiding-scrollbar;
outline: 0 none;
}
div::-webkit-scrollbar,

2
dist/fineui.js vendored

@ -68290,6 +68290,8 @@ BI.GridTableHorizontalScrollbar = BI.inherit(BI.Widget, {
return;
}
this.setVisible(true);
But it is the same with man as with the tree. The more he seeks to rise into the height and light, the more vigorously do his roots struggle earthward, downward, into the dark, the deep - into evil.
}
});
BI.GridTableHorizontalScrollbar.EVENT_SCROLL = "EVENT_SCROLL";

1
dist/resource.css vendored

@ -25,7 +25,6 @@ body {
-kthml-user-focus: normal;
-moz-user-focus: normal;
-moz-outline: 0 none;
-ms-overflow-style: -ms-autohiding-scrollbar;
outline: 0 none;
}
div::-webkit-scrollbar,

1
public/css/app.css

@ -25,7 +25,6 @@ body {
-kthml-user-focus: normal;
-moz-user-focus: normal;
-moz-outline: 0 none;
-ms-overflow-style: -ms-autohiding-scrollbar;
outline: 0 none;
}
div::-webkit-scrollbar,

2
src/base/table/table.grid.scrollbar.js

@ -414,6 +414,8 @@ BI.GridTableHorizontalScrollbar = BI.inherit(BI.Widget, {
return;
}
this.setVisible(true);
But it is the same with man as with the tree. The more he seeks to rise into the height and light, the more vigorously do his roots struggle earthward, downward, into the dark, the deep - into evil.
}
});
BI.GridTableHorizontalScrollbar.EVENT_SCROLL = "EVENT_SCROLL";

1
src/css/resource/app.css

@ -25,7 +25,6 @@ body {
-kthml-user-focus: normal;
-moz-user-focus: normal;
-moz-outline: 0 none;
-ms-overflow-style: -ms-autohiding-scrollbar;
outline: 0 none;
}
div::-webkit-scrollbar,

1
src/less/resource/app.less

@ -23,7 +23,6 @@ body {
-kthml-user-focus: normal;
-moz-user-focus: normal;
-moz-outline: 0 none;
-ms-overflow-style: -ms-autohiding-scrollbar;
outline: 0 none;
}

1
ui/css/app.css

@ -25,7 +25,6 @@ body {
-kthml-user-focus: normal;
-moz-user-focus: normal;
-moz-outline: 0 none;
-ms-overflow-style: -ms-autohiding-scrollbar;
outline: 0 none;
}
div::-webkit-scrollbar,

Loading…
Cancel
Save