mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-26 02:50:01 +00:00
7 lines
153 B
SCSS
7 lines
153 B
SCSS
![]() |
/**
|
||
|
* Retain Script Finder style from legacy app
|
||
|
* TODO: Move to Component
|
||
|
*/
|
||
|
.table tbody tr.highlight td {
|
||
|
background-color: rgb(173, 216, 230);
|
||
|
}
|