그리드 글자 높이 및 호버 변경
This commit is contained in:
parent
3e01acb099
commit
4326cdee10
@ -8,6 +8,7 @@
|
|||||||
--ag-header-height: 40px;
|
--ag-header-height: 40px;
|
||||||
--ag-header-foreground-color: white;
|
--ag-header-foreground-color: white;
|
||||||
--ag-header-background-color: #5D6A76;
|
--ag-header-background-color: #5D6A76;
|
||||||
|
--ag-row-hover-color: #F7F9FA;
|
||||||
// --ag-header-cell-hover-background-color: rgb(80, 40, 140);
|
// --ag-header-cell-hover-background-color: rgb(80, 40, 140);
|
||||||
--ag-header-cell-moving-background-color: #5D6A76;
|
--ag-header-cell-moving-background-color: #5D6A76;
|
||||||
.ag-root-wrapper{
|
.ag-root-wrapper{
|
||||||
@ -33,9 +34,6 @@
|
|||||||
}
|
}
|
||||||
.ag-row{
|
.ag-row{
|
||||||
border-bottom: 1px solid #ECF0F4;
|
border-bottom: 1px solid #ECF0F4;
|
||||||
&:nth-child(2n){
|
|
||||||
background-color: #F7F9FA;
|
|
||||||
}
|
|
||||||
&.important_row{
|
&.important_row{
|
||||||
background-color: #e7e7e7;
|
background-color: #e7e7e7;
|
||||||
}
|
}
|
||||||
@ -43,6 +41,7 @@
|
|||||||
.ag-cell{
|
.ag-cell{
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
color: #45576F;
|
color: #45576F;
|
||||||
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
.ag-icon-desc::before,
|
.ag-icon-desc::before,
|
||||||
.ag-icon-asc::before,
|
.ag-icon-asc::before,
|
||||||
@ -63,9 +62,6 @@
|
|||||||
}
|
}
|
||||||
&.no-cols{
|
&.no-cols{
|
||||||
.ag-row{
|
.ag-row{
|
||||||
&:nth-child(2n){
|
|
||||||
background-color: #fff;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.form-flex-wrap{
|
.form-flex-wrap{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user