Make 'Cancel' button in reply box grey

In the Gerrit UI we highlight buttons that the user should click next.
But in the reply box we currently highlight both buttons, the 'Post'
button and the 'Cancel' button. Clicking on cancel means you lose the
reply that you have typed so far and we shouldn't suggest doing this
by highlighting the 'Cancel' button.

Change-Id: I2a82768095a72bb5d5c49e88d12eda111a121995
Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
Edwin Kempin 2015-11-27 16:37:16 +01:00
parent 9a90351e8d
commit 49ae81fcf0

View File

@ -38,7 +38,10 @@ limitations under the License.
position: absolute;
bottom: 5px;
right: 5px;
background-color: #eee;
background-image: -webkit-linear-gradient(top, #eee, #eee);
}
.cancel div { color: #444; }
.comments {
max-height: 275px;
width: 526px;