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;