Grid edit: remove drop down arrow in text input box
This commit is contained in:
parent
37027fdce3
commit
4bfa0b7e5b
@ -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
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user