bug #4686 Select elements flicker and selects something else

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
Madhura Jayaratne 2015-01-06 15:31:31 +05:30
parent 6f771f20bb
commit 9829c7662a
2 changed files with 3 additions and 7 deletions

View File

@ -4,6 +4,7 @@ phpMyAdmin - ChangeLog
4.3.6.0 (not yet released)
- bug Undefined index notices while configuring recent and favorite tables
- bug #4687 Designer breaks without configuration storage
- bug #4686 Select elements flicker and selects something else
4.3.5.0 (2015-01-05)
- bug Auto-configuration: tables were not created automatically

View File

@ -246,20 +246,15 @@ input[type=number]:hover,
input[type=number]:focus,
input[type=date]:hover,
input[type=date]:focus,
select:focus,
select:hover {
select:focus {
border: 1px solid #7c7c7c;
background: #fff;
}
input[type=text]:hover,
input[type=password]:hover,
input[type=number]:hover,
input[type=date]:hover,
select:hover {
input[type=date]:hover {
box-shadow: 0 1px 3px #aaa;
-webkit-box-shadow: 0 1px 3px #aaa;
-moz-box-shadow: 0 1px 3px #aaa;