|
@ -513,24 +513,26 @@ select.ui.dropdown { |
|
|
z-index: 2; |
|
|
z-index: 2; |
|
|
} |
|
|
} |
|
|
.ui.search.dropdown > .text { |
|
|
.ui.search.dropdown > .text { |
|
|
|
|
|
cursor: text; |
|
|
position: relative; |
|
|
position: relative; |
|
|
z-index: 3; |
|
|
z-index: 3; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ui.search.dropdown > input:-webkit-autofill { |
|
|
|
|
|
background: none transparent !important; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* Search Selection */ |
|
|
/* Search Selection */ |
|
|
.ui.search.selection.dropdown > input.search { |
|
|
.ui.search.selection.dropdown > input.search { |
|
|
line-height: @searchSelectionLineHeight; |
|
|
line-height: @searchSelectionLineHeight; |
|
|
padding: @searchSelectionInputPadding; |
|
|
padding: @searchSelectionInputPadding; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* Active/Visible Search */ |
|
|
.ui.search.dropdown.active > input.search, |
|
|
.ui.search.dropdown.active > input.search, |
|
|
.ui.search.dropdown.visible > input.search { |
|
|
.ui.search.dropdown.visible > input.search { |
|
|
cursor: auto; |
|
|
cursor: auto; |
|
|
} |
|
|
} |
|
|
|
|
|
.ui.search.dropdown.active > .text, |
|
|
|
|
|
.ui.search.dropdown.visible > .text { |
|
|
|
|
|
pointer-events: none; |
|
|
|
|
|
} |
|
|
.ui.active.search.dropdown > input.search:focus + .text { |
|
|
.ui.active.search.dropdown > input.search:focus + .text { |
|
|
color: @unselectedTextColor !important; |
|
|
color: @unselectedTextColor !important; |
|
|
} |
|
|
} |
|
|