Sha256: b7bb75616c6b331de4cb37b412feedb144585bbb35648299df0b1cb768e57e96
Contents?: true
Size: 1.75 KB
Versions: 1
Compression:
Stored size: 1.75 KB
Contents
::-webkit-scrollbar /* Scrollbars */ width: 12px height: .875em background: $bodyBackground ::-webkit-scrollbar-track-piece /* Fond */ background: transparent none -webkit-box-shadow: inset 0 0 0 1px $bodyBackground, inset 0 0 3px 6px darken($white, 5%) margin: 1px 0 1px 0 &:horizontal /* Fond pour la barre du bas */ margin: 0 1px 0 1px ::-webkit-scrollbar-thumb /* Barre */ background: transparent -webkit-box-shadow: inset 0 0 0 1px darken($white, 20%), inset 0 0 0 6px darken($white, 10%) -webkit-border-radius: 0 border: solid 0px transparent border-right-width: 1px border-left-width: 1px &:hover /* Barre */ -webkit-box-shadow: inset 0 0 0 1px darken($white, 30%), inset 0 0 0 6px darken($white, 20%) &:horizontal /* Barre du bas */ border-right-width: 0px border-left-width: 0px border-top-width: 1px border-bottom-width: 1px &:window-inactive -webkit-box-shadow: inset 0 0 0 1px darken($white, 10%), inset 0 0 0 6px darken($white, 5%) ::-webkit-scrollbar-corner /* Coin de la fenĂȘtre */ background: $bodyBackground ::-webkit-scrollbar-button /* Boutons */ height: 20px background: $bodyBackground url('/assets/rails_admin/themes/glyph/images/sprites-arrows-vert.png') no-repeat center top ::-webkit-scrollbar-button:increment /* Bouton pour descendre */ background-position: center bottom ::-webkit-scrollbar-button:horizontal /* Boutons horizontaux */ width: 20px background: $bodyBackground url('/assets/rails_admin/themes/glyph/images/sprites-arrows-hor.png') no-repeat left center ::-webkit-scrollbar-button:horizontal:increment /* Bouton pour aller Ă droite */ background-position: right center body ::-webkit-scrollbar background: transparent none
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_admin_glyph_theme-0.0.2 | vendor/assets/stylesheets/rails_admin/themes/glyph/_scrollbar.css.sass |