OHIF-120: Coloring worklist pagination buttons properly

This commit is contained in:
Eloízio Salgado 2016-11-01 16:56:20 -02:00
parent 59631418ac
commit e03ebc43e9

View File

@ -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