mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed alignment of tree arrow icons for Internet Explorer. Fixes #3871
This commit is contained in:
parent
3ffeb4be45
commit
6fc2e032f3
@ -26,5 +26,6 @@ Bug fixes
|
||||
| `Bug #3838 <https://redmine.postgresql.org/issues/3838>`_ - Proper SQL should be generated when creating/changing column with custom type argument.
|
||||
| `Bug #3840 <https://redmine.postgresql.org/issues/3840>`_ - Ensure that file format combo box value should be retained when hidden files checkbox is toggled.
|
||||
| `Bug #3846 <https://redmine.postgresql.org/issues/3846>`_ - Proper SQL should be generated when create procedure with custom type arguments.
|
||||
| `Bug #3871 <https://redmine.postgresql.org/issues/3871>`_ - Fixed alignment of tree arrow icons for Internet Explorer.
|
||||
| `Bug #3891 <https://redmine.postgresql.org/issues/3891>`_ - Correct order of Save and Cancel button for json/jsonb editing.
|
||||
| `Bug #3897 <https://redmine.postgresql.org/issues/3897>`_ - Data should be updated properly for FTS Configurations, FTS Dictionaries, FTS Parsers and FTS Templates.
|
@ -70,9 +70,9 @@
|
||||
}
|
||||
.aciTree .aciTreeInode >.aciTreeLine .aciTreePush,
|
||||
.aciTree .aciTreeInode >.aciTreeLine .aciTreePush.aciTreeHover {
|
||||
background-position: 6px 6px !important;
|
||||
background-position: 6px center !important;
|
||||
}
|
||||
.aciTree .aciTreeOpen >.aciTreeLine .aciTreePush,
|
||||
.aciTree .aciTreeOpen >.aciTreeLine .aciTreePush.aciTreeHover {
|
||||
background-position: -14px 5px !important;
|
||||
background-position: -14px center !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user