mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-06 15:40:31 +08:00
Update styling of data grid a bit
This commit is contained in:
parent
f4f0cd234f
commit
b70b609109
1 changed files with 25 additions and 5 deletions
|
@ -41,10 +41,30 @@ body {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.sorting_desc,
|
.react-grid-Main {
|
||||||
.sorting_asc {
|
background-color: inherit;
|
||||||
background-color: #37a0d9;
|
|
||||||
|
.react-grid-Grid {
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
.react-grid-Header {
|
||||||
|
.react-grid-HeaderCell {
|
||||||
|
background-color: #909088;
|
||||||
|
|
||||||
|
color: #fff;
|
||||||
|
font-weight: normal;
|
||||||
|
vertical-align: bottom;
|
||||||
|
|
||||||
|
&:first-child {
|
||||||
|
border-left: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.react-grid-Canvas {
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue