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:
committed by
Akshay Joshi
parent
3ffeb4be45
commit
6fc2e032f3
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user