| .limitSelection { |
| text-align: right; |
| position: relative; |
| margin-left: 5px; |
| min-height: 20px; |
| padding-top: 4px; |
| vertical-align: top; |
| padding-right: 0 !important; |
| padding-left: 0 !important; |
| } |
|
|
| .limitSelection.hidden { |
| display: none; |
| } |
|
|
| .limitSelection > div { |
| .select-wrapper:hover { |
| background-color: #edecec; |
| border-radius: 2px; |
| color: @theme-color-brand !important; |
| cursor: pointer; |
|
|
| .inDarkMode({ |
| background-color: @theme-color-background-tinyContrast; |
| }); |
|
|
| input.select-dropdown, |
| span.caret { |
| color: @theme-color-brand !important; |
| opacity: 1; |
| &:hover { |
| color: @theme-color-brand !important; |
| opacity: 1; |
| } |
| } |
|
|
| input.select-dropdown { |
| &:hover { |
| border-color: @theme-color-brand !important; |
| } |
| } |
| } |
|
|
| .select-wrapper { |
| padding-right: 24px; |
|
|
| input.select-dropdown { |
| height: 36px; |
| line-height: 30px; |
| font-size: 16px; |
| margin-bottom: 0; |
| width: 100%; |
| padding-right: 24px; |
| text-align: right; |
| overflow: hidden; |
| border: 0; |
| transition: all 0s; |
| color: @theme-color-brand !important; |
| opacity: 0.7; |
| &:hover { |
| color: @theme-color-brand !important; |
| opacity: 1; |
| border-color: @theme-color-brand !important; |
| } |
| } |
|
|
| svg.caret { |
| fill: @theme-color-brand !important; |
| opacity: 0.7; |
| &:hover { |
| fill: @theme-color-brand !important; |
| opacity: 1; |
| } |
| } |
| } |
|
|
| margin-top: 0; |
| margin-bottom: 0; |
| display: inline-block; |
| width: 56px; |
| height: 36px; |
| } |
|
|
| .widgetpreview-preview, |
| #dashboardWidgetsArea { |
| .limitSelection .select-wrapper span.caret { |
| top: 9px; |
| } |
| } |
| body > .widget { |
| .limitSelection .select-wrapper span.caret { |
| top: 9px; |
| } |
| } |
|
|
| .limitSelection.disabled > div { |
| opacity: 0.5; |
| cursor: not-allowed; |
| filter: Alpha(opacity=50); |
| } |
|
|
| .limitSelection.visible > div { |
| background-image: url(plugins/Morpheus/images/sort_subtable_asc_light.png) |
| } |
|
|
| .limitSelection > ul { |
| margin-top: 1px; |
| overflow: visible; |
| } |
|
|
| .limitSelection > ul > li { |
| cursor: pointer; |
| padding: 0 10px 0 4px; |
| font-size: 1em; |
| font-weight: bold; |
| height: 24px; |
| margin-top: -48px; |
| background-color: @theme-color-background-contrast; |
| border-left: 1px solid #ccc; |
| border-right: 1px solid #ccc; |
| vertical-align: middle; |
| text-align: right; |
| } |
|
|
| .limitSelection > ul > li.last { |
| border-top: 1px solid #ccc; |
| } |
|
|
| .limitSelection > ul > li:hover { |
| background-color: @theme-color-background-tinyContrast; |
| } |
|
|