From 510731bd4ecb44296630c7cb490a839d291be12a Mon Sep 17 00:00:00 2001 From: Mojca Lorber Date: Mon, 9 Jan 2017 15:51:21 +0100 Subject: [PATCH] change color of clickable nameswhen row is selected in datatables --- app/assets/stylesheets/themes/scinote.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/themes/scinote.scss b/app/assets/stylesheets/themes/scinote.scss index b96b025b5..5665165d3 100644 --- a/app/assets/stylesheets/themes/scinote.scss +++ b/app/assets/stylesheets/themes/scinote.scss @@ -1305,6 +1305,10 @@ table.dataTable { tbody > tr > .selected { background-color: $color-alto !important; color: $color-emperor !important; + + a { + color: $color-theme-primary !important; + } } .sorting_desc,