mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-23 17:39:59 +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);
|
|
} |