Sha256: 0807c33358d778b39f7f117e09e98fed216ca9f95e67919248545cef6dceeed9
Contents?: true
Size: 1.14 KB
Versions: 18
Compression:
Stored size: 1.14 KB
Contents
.table_tools { @include clearfix; margin-bottom: 16px; } .table_tools .dropdown_menu { float: left; } a.table_tools_button, .table_tools .dropdown_menu_button { @include light-button; @include border-colors(#d9d9d9, #d0d0d0, #c5c5c5); font-size: 0.9em; padding: 4px 14px 4px; margin: 0; &:not(.disabled) { &:hover { background: #FFF; } &:active { @include border-colors(#d7d7d7, #c8c8c8, #c3c3c3); box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.17) inset; // @include gradient(#FFFFFF, #E8E8E8); } } } .table_tools_segmented_control { list-style-type: none; padding: 0; margin: 0; li { float: left; a { border-width: 1px .5px 1px .5px; border-radius: 0; } &:first-child a { border-left-width: 1px; border-radius: 12px 0 0 12px; } &:last-child a { border-right-width: 1px; border-radius: 0 12px 12px 0; } &.selected a { @include gradient(#F0F0F0, #FDFDFD); box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset; cursor: default; &:hover { @include gradient(#F0F0F0, #FDFDFD); } } } }
Version data entries
18 entries across 18 versions & 2 rubygems