mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-23 18:54:54 +08:00
set transparent border color of .listview > .item
This commit is contained in:
@ -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);
|
||||
|
||||
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user