mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
feat: keyboardshortcuts dialog.
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
.dialog--keyboard-shortcuts {
|
||||
.bigcapital-datatable {
|
||||
.table {
|
||||
max-height: 300px;
|
||||
border: 1px solid #d1dee2;
|
||||
min-width: auto;
|
||||
margin: 15px;
|
||||
.tbody,
|
||||
.thead .tr .td,
|
||||
.tr .th {
|
||||
background: #fff;
|
||||
}
|
||||
.tbody,
|
||||
.tbody-inner {
|
||||
height: 250px;
|
||||
scrollbar-width: none;
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.tbody {
|
||||
.tr .td {
|
||||
padding: 0.4rem;
|
||||
margin-left: -1px;
|
||||
border-left: 1px solid #ececec;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&__footer {
|
||||
text-align: right;
|
||||
margin: 0px 15px;
|
||||
|
||||
.bp3-button.bp3-small,
|
||||
.bp3-button:not([class*='bp3-intent-']):not(.bp3-minimal).bp3-small {
|
||||
min-width: 65px;
|
||||
height: 26px;
|
||||
min-height: 26px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user