From commits-return-116-archive-asf-public=cust-asf.ponee.io@warble.apache.org Wed Jun 27 22:56:13 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id A500C180625 for ; Wed, 27 Jun 2018 22:56:12 +0200 (CEST) Received: (qmail 38827 invoked by uid 500); 27 Jun 2018 20:56:11 -0000 Mailing-List: contact commits-help@warble.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@warble.apache.org Delivered-To: mailing list commits@warble.apache.org Received: (qmail 38818 invoked by uid 99); 27 Jun 2018 20:56:11 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jun 2018 20:56:11 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 29C4D85026; Wed, 27 Jun 2018 20:56:11 +0000 (UTC) Date: Wed, 27 Jun 2018 20:56:11 +0000 To: "commits@warble.apache.org" Subject: [incubator-warble-server] branch master updated: style the editable input fields in 'client cards' MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <153013297112.28254.7368925904779628966@gitbox.apache.org> From: humbedooh@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-warble-server X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 1ad6390b1b33f5e842a4cf823e2772434d00d8ab X-Git-Newrev: 45286e673dea92dab25188ad477f24f7431c3e29 X-Git-Rev: 45286e673dea92dab25188ad477f24f7431c3e29 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. humbedooh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-warble-server.git The following commit(s) were added to refs/heads/master by this push: new 45286e6 style the editable input fields in 'client cards' 45286e6 is described below commit 45286e673dea92dab25188ad477f24f7431c3e29 Author: Daniel Gruno AuthorDate: Wed Jun 27 15:56:05 2018 -0500 style the editable input fields in 'client cards' --- ui/css/warble.min.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui/css/warble.min.css b/ui/css/warble.min.css index 1f27f78..34dc545 100644 --- a/ui/css/warble.min.css +++ b/ui/css/warble.min.css @@ -3110,6 +3110,11 @@ body.error .logo h1 { color: #FFF; } +.clientcard input { + background: rgba(255,255,200,0.45); + border: 1.5px inset #333; +} + --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@warble.apache.org For additional commands, e-mail: commits-help@warble.apache.org