diff --git a/Packages/ohif-core/client/components/bootstrap/dialog/form.html b/Packages/ohif-core/client/components/bootstrap/dialog/form.html index 098b43c1d..1158526be 100644 --- a/Packages/ohif-core/client/components/bootstrap/dialog/form.html +++ b/Packages/ohif-core/client/components/bootstrap/dialog/form.html @@ -6,17 +6,22 @@ }} {{>dialogHeader this}} {{/form}} diff --git a/Packages/ohif-study-list/client/components/studylist/studylistPagination/studylistPagination.styl b/Packages/ohif-study-list/client/components/studylist/studylistPagination/studylistPagination.styl index fb9608288..172e823c9 100644 --- a/Packages/ohif-study-list/client/components/studylist/studylistPagination/studylistPagination.styl +++ b/Packages/ohif-study-list/client/components/studylist/studylistPagination/studylistPagination.styl @@ -47,8 +47,10 @@ color: white .disabled - a:hover - color: inherit + a, a:hover, a:focus, a:active + theme('background-color', '$uiGrayDarkest') + theme('border-color', '$uiGray') + theme('color', '$uiGrayLight') &:not(.disabled):hover a theme('background-color', '$uiGrayDark') @@ -58,9 +60,6 @@ theme('background-color', '$uiGrayDark') theme('color', '$activeColor') - &.disabled a - theme('color', '$uiGrayLight') - @media only screen and (max-width: 1069px) .studylistPagination > .row margin-right: 0;