Sha256: 5fc8ab9e8482fad528778c04e6ef18e2227622a9a0c5ce1ffe72ff2befd67c41
Contents?: true
Size: 711 Bytes
Versions: 1
Compression:
Stored size: 711 Bytes
Contents
// ======================================================================== // Component: slim-scroll.less // ======================================================================== $slim-scroll-bar-bg: fade-out(#000, 0.65); $slim-scroll-rail-bg: fade-out(#000, 0.85); // New scrollable element [data-scrollable] { display: block; } // Important to override js inline styles .slimScrollBar { opacity: 1 !important; background-color: $slim-scroll-bar-bg !important; border: 0 !important; border-radius: 1px !important; } .slimScrollRail { opacity: 1 !important; background-color: $slim-scroll-rail-bg !important; border: 0 !important; border-radius: 0 !important; bottom: 0; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
radius-rails-3.1.4 | app/assets/stylesheets/radius-theme/app/slim-scroll.scss |