From e03ebc43e9b9bfe73e56abae676f9c04273f1c3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elo=C3=ADzio=20Salgado?= Date: Tue, 1 Nov 2016 16:56:20 -0200 Subject: [PATCH] OHIF-120: Coloring worklist pagination buttons properly --- .../worklistPagination/worklistPagination.styl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Packages/worklist/client/components/worklistPagination/worklistPagination.styl b/Packages/worklist/client/components/worklistPagination/worklistPagination.styl index 1cb183ff9..84fca261c 100644 --- a/Packages/worklist/client/components/worklistPagination/worklistPagination.styl +++ b/Packages/worklist/client/components/worklistPagination/worklistPagination.styl @@ -11,7 +11,7 @@ font-weight: normal select - background-color: $primaryBackgroundColor + theme('background-color', '$primaryBackgroundColor') color: white .page-number @@ -25,15 +25,16 @@ li a padding: 4px 8px - background-color: $primaryBackgroundColor + theme('background-color', '$primaryBackgroundColor') color: white &:hover - color: $activeColor + theme('color', '$activeColor') .active a - background-color: $uiGrayDarker + theme('background-color', '$uiGray') + border-color: #ddd color: white