diff --git a/apps/common/main/lib/component/Window.js b/apps/common/main/lib/component/Window.js index 3f2d2a26ad..595f00bbba 100644 --- a/apps/common/main/lib/component/Window.js +++ b/apps/common/main/lib/component/Window.js @@ -837,8 +837,6 @@ define([ this.$window.show(); } - this.$window.find('.listview').parent().addClass('no-borders'); - $(document).on('keydown.' + this.cid, this.binding.keydown); if(this.initConfig.automove || this.initConfig.autoPosOnResize != 'none'){ this.binding.windowresize = _.bind(_onResizeWindow, this); diff --git a/apps/common/main/resources/less/listview.less b/apps/common/main/resources/less/listview.less index 8c4d7a423d..f8c7807133 100644 --- a/apps/common/main/resources/less/listview.less +++ b/apps/common/main/resources/less/listview.less @@ -40,12 +40,10 @@ background-color: @background-normal-ie; background-color: @background-normal; - border-color: @border-regular-control-ie; - border-color: @border-regular-control; border-style: solid; border-width: @scaled-one-px-value-ie 0; border-width: @scaled-one-px-value 0; - border-top-color: transparent; + border-color: transparent; } &:not(.disabled) > .item {