Sha256: cb5700f4654162add1a77294b7a3a6c7615aac2549792ea1e248c4d903491667
Contents?: true
Size: 1.48 KB
Versions: 22
Compression:
Stored size: 1.48 KB
Contents
// // Bootstrap-select // -------------------------------------------------- .bootstrap-select.btn-group { .btn { .caret { margin-top: -4px; } } .dropdown-menu { // Also see navbar.less > .active > a { &, &:active { background-color: @dropdown-link-hover-bg !important; border-color: @dropdown-link-hover-border-color !important; color: @gray-dark !important; small { color: @gray-light !important; } } } > .disabled > a { color: @gray-light !important; } > .selected > a { background-color: @dropdown-link-active-bg !important; border-color: @dropdown-link-active-border-color !important; color: #fff !important; small { color: #70c8e7 !important; color:rgba(225, 255, 255, 0.5) !important; } } .divider { background: @dropdown-divider-bg !important; margin: @dropdown-divider-margin !important; } dt { color: #969696; font-weight:normal; padding: 1px 10px; } li { & > a.opt { padding: 1px 10px; } & a { &:active small { color: #70c8e7 !important; color:rgba(225, 255, 255, 0.5) !important; } &:hover, &:focus { small { color: @gray-light; } } } &:not(.disabled) { a:hover, a:focus { small { color: @gray-light; } } } } } }
Version data entries
22 entries across 22 versions & 1 rubygems