mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
background-position-x and background-position-y are not supported on the
browser, using background-position instead which is supported in all the supported browsers.
This commit is contained in:
parent
973e2b1b4a
commit
52aa32a4d2
@ -308,9 +308,8 @@ font-size: 13px;
|
|||||||
.context-menu-icon-wcTabIcon {
|
.context-menu-icon-wcTabIcon {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 3px 28px;
|
padding: 3px 28px;
|
||||||
background-position-x: 5px;
|
|
||||||
height: auto;
|
height: auto;
|
||||||
background-position-y: 4px
|
background-position: 5px 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.dropdown-menu > li.menu-item > a > i.wcTabIcon {
|
ul.dropdown-menu > li.menu-item > a > i.wcTabIcon {
|
||||||
@ -328,4 +327,4 @@ span.fa.fa-arrow-left, .fa-arrow-right {
|
|||||||
|
|
||||||
.wcMenuSubMenu {
|
.wcMenuSubMenu {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user