szurubooru/client/css/pager.styl
Ben Klein 414106a477
client/css: dark mode contrast fixes (#388)
* client/css: fix dark mode pagination header bg

* client/css/post-main-view: dark uses box-shadow

* client/css: animate compact-tags updates

* client: tag input animations fixed

* client/css: darken darktheme success bg

* client/css: dark tag background colors

* client/css/tag-input-control: dark suggest header

* client/css: darktheme mobile site-name in nav
2021-07-05 13:24:04 +02:00

35 lines
837 B
Stylus

@import colors
.pager
nav
.disabled
opacity: .5
.page
position: relative
.page-header
margin: 0.5em 0
position: relative
&:before
display: block
content: ''
position: absolute
left: 0
top: 50%
right: 0
height: 3px
background: $top-navigation-color
z-index: 1
span
position: relative
background: $window-color
padding: 0 1em
z-index: 2
.darktheme .pager
.page
.page-header
&:before
background: $top-navigation-color-darktheme
span
background: $window-color-darktheme