Sha256: ca596ef59a22441e9eac4a9fcc374f4e1aa2c4cb0622c4adffc32879ad44a8d4
Contents?: true
Size: 534 Bytes
Versions: 1
Compression:
Stored size: 534 Bytes
Contents
/* Btn Style Default */ .btn, a.cke_dialog_ui_button, .ui-button, #rails_admin_nestable .checkbox.inline +box-shadow(none) +flaten +single-transition(all, 0.1s, linear) // Hover/focus state &:hover, &:focus +single-transition(all, 0.1s, linear) outline: none outline: 0 +box-shadow(rgba(0, 0 , 0 , 0.1) 0px 1px 2px 0px inset) // Active state &.active, &:active +flaten outline: 0 +box-shadow(rgba(0, 0 , 0 , 0.3) 0px 1px 3px 0px inset) &.btn-link &:hover +box-shadow(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/_button.css.sass |