From 209a86a4e630f8eee5988e09d7ddebd852f826c7 Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Tue, 10 May 2016 15:08:35 +0000 Subject: [PATCH] updated css for text color when clicked git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portlets/user/share-updates@128537 82a268e6-3cf1-43bd-a215-b396298e98cf --- .settings/org.eclipse.wst.common.component | 3 +++ src/main/webapp/ShareUpdates.css | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index bbf0648..0c6f3eb 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -5,6 +5,9 @@ + + uses + diff --git a/src/main/webapp/ShareUpdates.css b/src/main/webapp/ShareUpdates.css index 4c280ad..ee664ae 100644 --- a/src/main/webapp/ShareUpdates.css +++ b/src/main/webapp/ShareUpdates.css @@ -228,7 +228,7 @@ div#inputContainer textarea.postTextArea { padding: 5px 15px !important; } -.darker-color { +textarea#postTextArea.postTextArea.darker-color { color: #333; background-color: transparent; transition: background .25s ease-in-out;