hover 재수정
This commit is contained in:
parent
4326cdee10
commit
4d5b9acd70
@ -8,7 +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-row-hover-color: #ECF0F4;
|
||||||
// --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{
|
||||||
@ -34,6 +34,9 @@
|
|||||||
}
|
}
|
||||||
.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;
|
||||||
}
|
}
|
||||||
@ -62,6 +65,9 @@
|
|||||||
}
|
}
|
||||||
&.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