OHIF-120: Coloring worklist pagination buttons properly
This commit is contained in:
parent
59631418ac
commit
e03ebc43e9
@ -11,7 +11,7 @@
|
|||||||
font-weight: normal
|
font-weight: normal
|
||||||
|
|
||||||
select
|
select
|
||||||
background-color: $primaryBackgroundColor
|
theme('background-color', '$primaryBackgroundColor')
|
||||||
color: white
|
color: white
|
||||||
|
|
||||||
.page-number
|
.page-number
|
||||||
@ -25,15 +25,16 @@
|
|||||||
li
|
li
|
||||||
a
|
a
|
||||||
padding: 4px 8px
|
padding: 4px 8px
|
||||||
background-color: $primaryBackgroundColor
|
theme('background-color', '$primaryBackgroundColor')
|
||||||
color: white
|
color: white
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
color: $activeColor
|
theme('color', '$activeColor')
|
||||||
|
|
||||||
.active
|
.active
|
||||||
|
|
||||||
a
|
a
|
||||||
background-color: $uiGrayDarker
|
theme('background-color', '$uiGray')
|
||||||
|
border-color: #ddd
|
||||||
color: white
|
color: white
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user