Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
837c44361e
@ -42,6 +42,7 @@ phpMyAdmin - ChangeLog
|
||||
+ AJAX for table Structure column Add
|
||||
|
||||
3.4.5.0 (not yet released)
|
||||
- bug #3375325 [interface] Page list in navigation frame looks odd
|
||||
|
||||
3.4.4.0 (not yet released)
|
||||
- bug #3323060 [parser] SQL parser breaks AJAX requests if query has unclosed quotes
|
||||
|
||||
@ -141,15 +141,22 @@ ul#databaseList span {
|
||||
}
|
||||
|
||||
ul#databaseList a {
|
||||
color: #333;
|
||||
background: url(./themes/pmahomme/img/database.png) no-repeat 0% 50% transparent;
|
||||
display: block;
|
||||
padding:5px;
|
||||
padding: 5px;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
div#navidbpageselector {
|
||||
margin: 0.1em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div#navidbpageselector a,
|
||||
ul#databaseList a {
|
||||
background:url(./themes/pmahomme/img/database.png) no-repeat 0% 50% transparent;
|
||||
color: #333;
|
||||
div#navidbpageselector select{
|
||||
color: #333;
|
||||
margin: 0.2em;
|
||||
}
|
||||
|
||||
ul#databaseList ul {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user