bug #4686 Select elements flicker and selects something else
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
parent
6f771f20bb
commit
9829c7662a
@ -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
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user