Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4DC20200CDA for ; Fri, 4 Aug 2017 18:51:42 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4C21A16DDD1; Fri, 4 Aug 2017 16:51:42 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 92D5116DDCF for ; Fri, 4 Aug 2017 18:51:41 +0200 (CEST) Received: (qmail 92782 invoked by uid 500); 4 Aug 2017 16:51:40 -0000 Mailing-List: contact commits-help@juneau.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@juneau.incubator.apache.org Delivered-To: mailing list commits@juneau.incubator.apache.org Received: (qmail 92773 invoked by uid 99); 4 Aug 2017 16:51:40 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Aug 2017 16:51:40 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 0C1451A0960 for ; Fri, 4 Aug 2017 16:51:40 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.222 X-Spam-Level: X-Spam-Status: No, score=-4.222 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id T9KXRtBRaq8A for ; Fri, 4 Aug 2017 16:51:38 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 1A4985FD38 for ; Fri, 4 Aug 2017 16:51:32 +0000 (UTC) Received: (qmail 92700 invoked by uid 99); 4 Aug 2017 16:51:32 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Aug 2017 16:51:32 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8465DF32EE; Fri, 4 Aug 2017 16:51:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jamesbognar@apache.org To: commits@juneau.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: incubator-juneau git commit: Fix minor issues in dark.css. Date: Fri, 4 Aug 2017 16:51:32 +0000 (UTC) archived-at: Fri, 04 Aug 2017 16:51:42 -0000 Repository: incubator-juneau Updated Branches: refs/heads/master 5b02e5062 -> 86152c1b2 Fix minor issues in dark.css. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/86152c1b Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/86152c1b Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/86152c1b Branch: refs/heads/master Commit: 86152c1b224949d7a0cf56da103878430326448a Parents: 5b02e50 Author: JamesBognar Authored: Fri Aug 4 12:51:29 2017 -0400 Committer: JamesBognar Committed: Fri Aug 4 12:51:29 2017 -0400 ---------------------------------------------------------------------- .../resources/org/apache/juneau/rest/styles/dark.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/86152c1b/juneau-rest/src/main/resources/org/apache/juneau/rest/styles/dark.css ---------------------------------------------------------------------- diff --git a/juneau-rest/src/main/resources/org/apache/juneau/rest/styles/dark.css b/juneau-rest/src/main/resources/org/apache/juneau/rest/styles/dark.css index 5237dc2..4384955 100644 --- a/juneau-rest/src/main/resources/org/apache/juneau/rest/styles/dark.css +++ b/juneau-rest/src/main/resources/org/apache/juneau/rest/styles/dark.css @@ -119,6 +119,14 @@ article * { color: #EEE; } +article textarea, article input, article button { + color: #111; +} + +article textarea, article input { + background-color: #EEE; +} + article div.data { padding: 10px; background-color: #373a3c; @@ -196,7 +204,7 @@ footer { .popup-content { display: none; position: absolute; - background-color: #f4f6f9; + background-color: #DDD; white-space: nowrap; padding: 5px; box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5); @@ -244,6 +252,10 @@ footer { font-weight: normal; } +.tooltip .tooltiptext * { + color: black; +} + .tooltip:hover .tooltiptext { visibility: visible; opacity: 1;