mirror of
https://github.com/myvesta/vesta.git
synced 2025-03-12 04:35:23 -07:00
Revert "fixed combo-select arrow (related to issue #39)"
This reverts commit 47b8606ed9a8fdcf7629295b82b6345df1055517.
This commit is contained in:
commit
64266771cb
@ -3,7 +3,7 @@ Title : Vesta
|
||||
Author : Eugen Lobicov, eugen.lobicov@gmail.com
|
||||
|
||||
created : November 27, 2009
|
||||
last updated : February 13, 2012
|
||||
last updated : February 11, 2012
|
||||
- - - - - - - - - - - - - - - - - - */
|
||||
|
||||
html{
|
||||
@ -1891,9 +1891,15 @@ input::-moz-focus-inner{
|
||||
width:221px;
|
||||
margin:0;
|
||||
border-right:0;
|
||||
cursor:pointer;
|
||||
padding-top:6px;
|
||||
padding-bottom:6px;
|
||||
}
|
||||
.b-new-entry .autocomplete-box .text-field{
|
||||
-moz-box-shadow:none;
|
||||
-webkit-box-shadow:none;
|
||||
border-color:#B8C2C3;
|
||||
}
|
||||
|
||||
.b-new-entry .autocomplete-box .arrow{
|
||||
position:absolute;
|
||||
@ -1907,6 +1913,7 @@ input::-moz-focus-inner{
|
||||
background:#fff url(../images/autocomplete-field-arrows-sprite-2012-02-11.png) no-repeat;
|
||||
cursor:pointer;
|
||||
}
|
||||
.b-new-entry .autocomplete-box:hover .arrow,
|
||||
.b-new-entry .autocomplete-box .arrow:hover,
|
||||
.b-new-entry .autocomplete-box .arrow:active,
|
||||
.b-new-entry .autocomplete-box .arrow:focus{
|
||||
|
Loading…
x
Reference in New Issue
Block a user