mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
feat(webapp): handle create item on Accounts select components
This commit is contained in:
@@ -52,6 +52,7 @@ body.hide-scrollbar .Pane2 {
|
||||
}
|
||||
|
||||
.bp3-fill {
|
||||
|
||||
.bp3-popover-wrapper,
|
||||
.bp3-popover-target {
|
||||
display: block;
|
||||
@@ -68,9 +69,9 @@ body.hide-scrollbar .Pane2 {
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.bp3-select-popover .bp3-menu {
|
||||
.bp3-select-popover .bp3-menu,
|
||||
.bp3-multi-select-popover .bp3-menu {
|
||||
max-height: 300px;
|
||||
max-width: 400px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
@@ -103,27 +104,21 @@ body.hide-scrollbar .Pane2 {
|
||||
background-color: #0066ff;
|
||||
}
|
||||
|
||||
.ReactVirtualized__Collection {
|
||||
}
|
||||
.ReactVirtualized__Collection {}
|
||||
|
||||
.ReactVirtualized__Collection__innerScrollContainer {
|
||||
}
|
||||
.ReactVirtualized__Collection__innerScrollContainer {}
|
||||
|
||||
/* Grid default theme */
|
||||
|
||||
.ReactVirtualized__Grid {
|
||||
}
|
||||
.ReactVirtualized__Grid {}
|
||||
|
||||
.ReactVirtualized__Grid__innerScrollContainer {
|
||||
}
|
||||
.ReactVirtualized__Grid__innerScrollContainer {}
|
||||
|
||||
/* Table default theme */
|
||||
|
||||
.ReactVirtualized__Table {
|
||||
}
|
||||
.ReactVirtualized__Table {}
|
||||
|
||||
.ReactVirtualized__Table__Grid {
|
||||
}
|
||||
.ReactVirtualized__Table__Grid {}
|
||||
|
||||
.ReactVirtualized__Table__headerRow {
|
||||
font-weight: 700;
|
||||
@@ -186,8 +181,7 @@ body.hide-scrollbar .Pane2 {
|
||||
|
||||
/* List default theme */
|
||||
|
||||
.ReactVirtualized__List {
|
||||
}
|
||||
.ReactVirtualized__List {}
|
||||
|
||||
.bp3-drawer {
|
||||
box-shadow: 0 0 0;
|
||||
@@ -243,7 +237,7 @@ html[lang^='ar'] {
|
||||
padding-left: 14px;
|
||||
padding-right: 14px;
|
||||
|
||||
& + .bp3-button {
|
||||
&+.bp3-button {
|
||||
margin-left: 8px;
|
||||
}
|
||||
}
|
||||
@@ -255,7 +249,7 @@ html[lang^='ar'] {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
> .bp3-spinner {
|
||||
>.bp3-spinner {
|
||||
margin: 20px 0;
|
||||
}
|
||||
}
|
||||
@@ -283,6 +277,7 @@ html[lang^='ar'] {
|
||||
.align-right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.align-center {
|
||||
text-align: center;
|
||||
}
|
||||
@@ -292,6 +287,6 @@ html[lang^='ar'] {
|
||||
}
|
||||
|
||||
|
||||
span.table-tooltip-overview-target{
|
||||
span.table-tooltip-overview-target {
|
||||
display: inline;
|
||||
}
|
||||
Reference in New Issue
Block a user