0
我使用的引導3.引導 - 禁止輸入懸停顏色
我有一個simpel文本輸入
<div class="col-lg-3">
<div class="input-group">
<input type="text" class="form-control pn-input" data-provide="typeahead" id="searchfield">
<span class="input-group-addon pn-span">
<i class="glyphicon glyphicon-search"></i>
</span>
</div>
</div>
當我將鼠標懸停在輸入的邊框顏色變爲藍色,我一直在搜索CSS幾個小時,我無法找到這個顏色的定義。
看看'.form-control:focus {...}';-) –
創建一個鏈接到你的頁面。我會說你的解決方案 –
當我點擊它時怎麼樣?應該是類似.form-control:active? can not find it tho –