mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
Advanced search: WIP POC, UI/UX.
SVN:b1162[5452]
This commit is contained in:
@@ -765,16 +765,21 @@ input.dp-applied {
|
||||
background-color: #3f7294;
|
||||
/* Pictogram */
|
||||
}
|
||||
.search_form_handler .sf_title > span {
|
||||
.search_form_handler .sf_title .sft_picto {
|
||||
margin-right: 10px;
|
||||
}
|
||||
.search_form_handler .sf_title .sft_refresh, .search_form_handler .sf_title .sft_toggler {
|
||||
transition: color 0.2s ease-in-out, transform 0.4s ease-in-out;
|
||||
}
|
||||
.search_form_handler .sf_title .sft_refresh:hover, .search_form_handler .sf_title .sft_toggler:hover {
|
||||
color: #f1f1f1;
|
||||
}
|
||||
.search_form_handler .sf_title .sft_refresh {
|
||||
font-size: 10pt;
|
||||
line-height: 13pt;
|
||||
}
|
||||
.search_form_handler .sf_title .sft_toggler {
|
||||
margin-left: 0.7em;
|
||||
transition: all 0.4s ease-in-out;
|
||||
}
|
||||
.search_form_handler .sf_criterion_area {
|
||||
/*display: none;*/
|
||||
|
||||
@@ -854,17 +854,24 @@ input.dp-applied {
|
||||
background-color: $box-blue-border-color;
|
||||
|
||||
/* Pictogram */
|
||||
> span{
|
||||
.sft_picto{
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.sft_refresh,
|
||||
.sft_toggler{
|
||||
transition: color 0.2s ease-in-out, transform 0.4s ease-in-out;
|
||||
|
||||
&:hover{
|
||||
color: $gray-extra-light;
|
||||
}
|
||||
}
|
||||
.sft_refresh{
|
||||
font-size: 10pt;
|
||||
line-height: 13pt;
|
||||
}
|
||||
.sft_toggler{
|
||||
margin-left: 0.7em;
|
||||
transition: all 0.4s ease-in-out;
|
||||
}
|
||||
}
|
||||
.sf_criterion_area{
|
||||
|
||||
Reference in New Issue
Block a user