Web: Files: AddGroupsPanel: Fixed styles in footer buttons

This commit is contained in:
Alexey Kostenko 2020-10-28 17:37:41 +03:00
parent d53c416c84
commit 0b989971a6
2 changed files with 15 additions and 3 deletions

View File

@ -573,9 +573,9 @@ class SharingPanelComponent extends React.Component {
<ComboBox
advancedOptions={advancedOptions}
options={[]}
selectedOption={{ key: 0 }}
selectedOption={{ key: 0, arrowIconColor: "#333333" }}
size="content"
className="panel_combo-box"
className="panel_combo-box add-groups"
scaled={false}
directionX="right"
//isDisabled={isDisabled}

View File

@ -3,7 +3,19 @@ import { Scrollbar } from "asc-web-components";
const PanelStyles = css`
.panel_combo-box {
margin-left: 8px;
margin-left: 10px;
.optionalBlock{
margin-right: 4px;
}
&.add-groups {
.combo-buttons_arrow-icon {
flex: 0 0 5px;
width: 5px;
margin-top: 16px;
}
}
.combo-button {
height: 36px;