Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bNIP2-0008Er-Vk for pgadmin-hackers@arkaria.postgresql.org; Wed, 13 Jul 2016 11:32:33 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bNIP2-00048V-Ik for pgadmin-hackers@arkaria.postgresql.org; Wed, 13 Jul 2016 11:32:32 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bNIOp-0003mK-A9 for pgadmin-hackers@postgresql.org; Wed, 13 Jul 2016 11:32:19 +0000 Received: from mail-io0-x22e.google.com ([2607:f8b0:4001:c06::22e]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bNIOm-0003WU-Iu for pgadmin-hackers@postgresql.org; Wed, 13 Jul 2016 11:32:18 +0000 Received: by mail-io0-x22e.google.com with SMTP id m101so43161204ioi.2 for ; Wed, 13 Jul 2016 04:32:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=ORBaSmcDze2SsB+ocQrGsdnT/Th+lzrJaCfF7/RttDc=; b=RybgOyJ+rI4FhTlmJoqTW8F3t30WPHXgXvO573cazg8LSiWd0BOv5vmbidKGrFdlli +cmLtkvQctfKN//GJRGtdiqxr6w1bP2TVlOcrdHNUzWotSTQYtlImYVE1GF7syE0jfqi CFb500tzjycV3OiT2RPYIRHtc2NvcbZtTHt0TEQQKTupSgz2WLmx5GIqpIB1p4NH5ViI XAJ9lZYp5bRrygCeky9ZiVzDTMifLddVHBp+K5OxniCZC6eJtTl2OLtW1tPPTeiPDR3L lEjCwKHkK0yqqyoVZ+LnKSdrRcdMOjGAY4AqQ94K0nX9B7yewPiHhS9jGICJHgtBDQuZ Xg/Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=ORBaSmcDze2SsB+ocQrGsdnT/Th+lzrJaCfF7/RttDc=; b=Re0XuS+ZNcTXzO+dvB6EsPEl2E7jJr4WJybx549kTk4p3sddbLtMpdaDorWU6nSdcq k4kjeoGT1YatWGF72YkxSGIbC3OJBIg7UvAYASbJu07lQHe8/fmr8Syge4RXfbbOePQw iMKPdjM/2Y5ofq2Yq5qt3XEtrtOuyxTjwE06XGmWOiuSvNtOy/DWmgxSi3YSGAx/ObF2 g02QFT1GYO5DxaBPCGByZIgjee/64lKopWdwYitiUSmS5SI7+JWXby26xX2YrFIyA4VH LEMEbTtBDZk5HiX2e2PXeIT7zeNQVe7TmqPjZOx7jqrxjrWcQFj94JyssIjZT4rJ7nt1 woJQ== X-Gm-Message-State: ALyK8tKhGTWGqflJFYBX8JoIz2DSm3VXc5CjkDi3Ev37FJ19ZDdauWwj34RxtcZ6y5MDiVePUWDsU24Y7ElO4Q== X-Received: by 10.107.183.85 with SMTP id h82mr8444210iof.63.1468409535526; Wed, 13 Jul 2016 04:32:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.208.97 with HTTP; Wed, 13 Jul 2016 04:32:14 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Wed, 13 Jul 2016 12:32:14 +0100 Message-ID: Subject: Re: [pgAdmin4][Patch]: Busy icon not visible in Debugger and Query tool in Runtime environment To: Surinder Kumar Cc: pgadmin-hackers Content-Type: text/plain; charset=UTF-8 X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org Thanks, applied. On Fri, Jul 8, 2016 at 8:30 AM, Surinder Kumar wrote: > Hi > > The spinner icon is not visible while executing query or running debugger in > Runtime environment specific to Ubuntu. This issue is related to RM#1186 > > To make it work, we need to explicitly set -webkit-animation property to > 'none' for classes "sql-editor-busy-icon.fa-pulse" and ".debugger-container > fa-pulse". > > 'fa-pulse' class is responsible to spin the busy icon, but setting its > -webkit-animation property to none will not spin icon but icon and message > will be shown. > > Please review > > Thanks, > Surinder Kumar > > > -- > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgadmin-hackers > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers