You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2017/08/04 16:51:32 UTC

incubator-juneau git commit: Fix minor issues in dark.css.

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 <ja...@apache.org>
Authored: Fri Aug 4 12:51:29 2017 -0400
Committer: JamesBognar <ja...@apache.org>
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;