fix: update report style
This commit is contained in:
parent
31d63bc252
commit
dcae8fba0d
1 changed files with 9 additions and 2 deletions
|
|
@ -1,9 +1,10 @@
|
|||
.datatable {
|
||||
--dt-border-color: var(--gray-100);
|
||||
--dt-border-radius: var(--border-radius);
|
||||
background-color: $white;
|
||||
|
||||
margin-left: -1px;
|
||||
margin-top: -1px;
|
||||
margin-left: -5px;
|
||||
margin-top: 0px;
|
||||
font-size: var(--text-md);
|
||||
|
||||
.frappe-control, .form-control {
|
||||
|
|
@ -64,6 +65,7 @@
|
|||
|
||||
.dt-cell__edit {
|
||||
padding: 0;
|
||||
border: var(--dt-focus-border-width) solid #9bccf8;
|
||||
|
||||
input {
|
||||
font-size: inherit;
|
||||
|
|
@ -109,6 +111,11 @@
|
|||
background: var(--gray-50)!important;
|
||||
}
|
||||
}
|
||||
|
||||
// REDESIGN-TODO: variable for color
|
||||
.dt-cell--focus .dt-cell__content {
|
||||
border-color: #9bccf8;
|
||||
}
|
||||
}
|
||||
|
||||
table td.dt-cell {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue