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:
Ashesh Vashi 2016-04-25 13:45:49 +05:30
parent 973e2b1b4a
commit 52aa32a4d2

View File

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