123456789101112131415161718192021222324252627282930313233343536373839404142 |
- .oe_view_manager_header
- background: $eiru-color-none !important
- border-bottom: 1px solid $eiru-color-light !important
- .oe_view_title
- color: $eiru-color-dark
- a
- color: $eiru-color-secondary !important
- .oe_searchview
- box-shadow: none !important
- width: 450px
- border:
- top: none
- left: none
- right: none
- bottom: 1px solid $eiru-color-lightdark
- radius: 0
- &.oe_focused
- border-bottom: 1px solid $eiru-color-primary
- .oe_searchview_facet
- border-radius: 0
- border: 1px solid $eiru-color-lightdark !important
- background: $eiru-color-primary !important
- &:focus
- border-color: $eiru-color-primary !important
- .oe_facet_category
- background: $eiru-color-primary
- .oe_facet_remove
- color: $eiru-color-primary !important
- &:hover
- color: $eiru-color-none !important
- background: $eiru-color-primary !important
- .oe-autocomplete
- border-radius: 0 !important
- li
- height: 28px !important
- line-height: 25px !important
- &.oe-selection-focus
- background: $eiru-color-primary !important
- .oe_view_manager_switch
- border-radius: 0 !important
|