mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Revert "fixed combo-select arrow (related to issue #39)"
This reverts commit 47b8606ed9
.
This commit is contained in:
commit
64266771cb
1 changed files with 8 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue