mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-22 16:56:30 -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 {
|
||||
text-align: left;
|
||||
padding: 3px 28px;
|
||||
background-position-x: 5px;
|
||||
height: auto;
|
||||
background-position-y: 4px
|
||||
background-position: 5px 50%;
|
||||
}
|
||||
|
||||
ul.dropdown-menu > li.menu-item > a > i.wcTabIcon {
|
||||
@ -328,4 +327,4 @@ span.fa.fa-arrow-left, .fa-arrow-right {
|
||||
|
||||
.wcMenuSubMenu {
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user