Re-introduced the search widget dropdown filter functionality to move search back to it's function 2.4.x state. Tag based search will come in a future feature.

This commit is contained in:
Michael Abashian
2016-02-11 11:14:22 -05:00
parent dd9db63519
commit 6940dccea2
5 changed files with 59 additions and 13 deletions

View File

@@ -207,6 +207,28 @@ table, tbody {
.List-searchDropdown {
border-top-left-radius: 5px!important;
border-bottom-left-radius: 5px!important;
height: 34px!important;
border-color: @default-second-border;
color: @default-icon;
background-color: @default-bg;
border-right: none;
}
.List-searchDropdown:focus,
.List-searchDropdown:active,
.List-searchDropdown.active
{
color: @default-icon;
background-color: @default-tertiary-bg;
}
.List-searchDropdown:hover {
background-color: @default-tertiary-bg;
color: @default-icon;
}
.List-searchDropdownCarat {
border-top-color: @default-icon!important;
}
.List-searchInput {
@@ -214,8 +236,10 @@ table, tbody {
font-size: 14px!important;
color: @list-srch-inpt-txt!important;
border-color: @list-srch-inpt-bord!important;
border-radius: 5px!important;
border-radius: 0px 5px 5px 0px!important;
padding-left: 15px!important;
height: 34px!important;
padding-right: 45px!important;
}
.List-searchInput:placeholder-shown {
@@ -235,7 +259,7 @@ table, tbody {
float: right;
position: relative;
top: -33px;
left: -1px;
left: -2px;
z-index: 10;
font-size: 16px;
background-color: @list-srch-btn-bg;