mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 21:21:50 +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;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.sorting_desc,
|
||||
.sorting_asc {
|
||||
background-color: #37a0d9;
|
||||
}
|
||||
}
|
||||
|
||||
.react-grid-Main {
|
||||
background-color: inherit;
|
||||
|
||||
.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