Grid edit: remove drop down arrow in text input box

This commit is contained in:
Aris Feryanto 2011-07-25 14:52:57 +08:00
parent 37027fdce3
commit 4bfa0b7e5b
3 changed files with 5 additions and 5 deletions

View File

@ -471,7 +471,7 @@
.show()
.find('input')
.css({
width: $cell.outerWidth() - 16,
width: $cell.outerWidth(),
height: $cell.outerHeight()
});
// fill the cell edit with text from <td>, if it is not null

View File

@ -2465,10 +2465,10 @@ span.mysql-number {
}
.cEdit input[type=text] {
background: #FFF url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_more.png) no-repeat right;
background: #FFF;
height: 100%;
margin: 0;
padding: 0 16px 0 0;
padding: 0;
}
.cEdit .edit_area {

View File

@ -2876,10 +2876,10 @@ span.mysql-number {
}
.cEdit input[type=text] {
background: #FFF url(./themes/pmahomme/img/b_more.png) no-repeat right;
background: #FFF;
height: 100%;
margin: 0;
padding: 0 16px 0 0;
padding: 0;
}
.cEdit .edit_area {