FSN#35094 Opfrissen icon-set font-awesome, angle-down was me toch te verhullend

svn path=/Website/trunk/; revision=31785
This commit is contained in:
Peter Feij
2016-12-02 09:30:42 +00:00
parent a89171a610
commit 7bb352e851
2 changed files with 21 additions and 5 deletions

View File

@@ -1,12 +1,21 @@
/*
* $Revision$
* $Id$
*
* Note: Het lijkt voor de hand te liggen dit bestand op te nemen in de
* standaard default.csx. suggest.css wordt echter ook gebruikt
* door de telefoonboek-API en daar wil je niet de complete
* default.csx verplicht stellen
*/
/* suggestbox styles */
input.suggestReadOnly { width:218px; background-color:#AECB27; }
@media all and (min-width: 60em) {
input.suggestReadOnly { width:342px;
}
}
input.suggestBad { background-color:#FFFFFF; color : #FF0000; }
span.suggestMore { float:left; margin-left : 4px; background-color:#fff; color : #000080; cursor : pointer;}
input.suggestBusy { background-color:#E0FFE0;
@@ -41,23 +50,30 @@ div.suggestfoto {
}
i.suggestklikker {
font-size: 1.5em;
font-size: 1.0em;
position: relative;
z-index: 1;
left: -16px;
top: 1px;
color: #7B7B7B;
cursor: pointer;
width: 0;
left: -17px;
top: -1px;
}
i.suggestklikker:hover{
color: red;
font-weight: bold ;
}
i.suggestbusy {
font-size: 1.5em;
font-size: 1.3em;
display:none;
position:absolute;
z-index:999
top: -1px;
}
/* als readonly geen klikker weergeven */
input.suggestReadOnly + i.suggestklikker {
display: none
}

View File

@@ -106,7 +106,7 @@ function Suggest(inParams)
}
*/
}
var $klikker = $("<i class='fa fa-angle-down fa-fw suggestklikker'></i>");
var $klikker = $("<i class='fa fa-asterisk fa-fw suggestklikker'></i>");
$(params.queryField).after($klikker);
params.queryField.setAttribute("sgKey", params.initKey);