59 lines
1.3 KiB
Stylus
59 lines
1.3 KiB
Stylus
@import "{ohif:design}/app"
|
|
|
|
.studylistPagination
|
|
font-size: 13px
|
|
font-weight: normal !important
|
|
|
|
label
|
|
font-weight: normal
|
|
|
|
select
|
|
theme('background-color', '$primaryBackgroundColor')
|
|
color: white
|
|
|
|
.page-number
|
|
margin: 0
|
|
text-align: right
|
|
|
|
label
|
|
font-weight: normal
|
|
|
|
ul#pagination
|
|
margin: 0
|
|
|
|
li
|
|
a
|
|
padding: 4px 8px
|
|
theme('background-color', '$primaryBackgroundColor')
|
|
theme('border-color', '$uiGray')
|
|
theme('background-color', '$uiGrayDarkest')
|
|
color: white
|
|
padding: 4px 8px
|
|
|
|
&:hover
|
|
theme('color', '$activeColor')
|
|
|
|
.active
|
|
a
|
|
theme('background-color', '$uiGray')
|
|
border-color: #ddd
|
|
color: white
|
|
|
|
.disabled
|
|
a:hover
|
|
color: inherit
|
|
|
|
&:not(.disabled):hover a
|
|
theme('background-color', '$uiGrayDark')
|
|
theme('color', '$activeColor')
|
|
|
|
&.active a
|
|
theme('background-color', '$uiGrayDark')
|
|
theme('color', '$activeColor')
|
|
|
|
&.disabled a
|
|
theme('color', '$uiGrayLight')
|
|
|
|
@media only screen and (max-width: 1069px)
|
|
.studylistPagination > .row
|
|
margin-right: 0; |