From 52aa32a4d2ba0ea76e34706db9e42dd61c546e54 Mon Sep 17 00:00:00 2001 From: Ashesh Vashi Date: Mon, 25 Apr 2016 13:45:49 +0530 Subject: [PATCH] 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. --- web/pgadmin/static/css/wcDocker/Themes/pgadmin.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/web/pgadmin/static/css/wcDocker/Themes/pgadmin.css b/web/pgadmin/static/css/wcDocker/Themes/pgadmin.css index 612e4fe05..9fd5c1ca7 100644 --- a/web/pgadmin/static/css/wcDocker/Themes/pgadmin.css +++ b/web/pgadmin/static/css/wcDocker/Themes/pgadmin.css @@ -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; -} \ No newline at end of file +}