Fixed alignment of tree arrow icons for Internet Explorer. Fixes #3871

This commit is contained in:
Aditya Toshniwal 2019-01-21 17:40:05 +05:30 committed by Akshay Joshi
parent 3ffeb4be45
commit 6fc2e032f3
2 changed files with 3 additions and 2 deletions

View File

@ -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.

View File

@ -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;
}