Merge "Make 'Cancel' button in reply box grey"

This commit is contained in:
Edwin Kempin 2015-12-01 07:46:27 +00:00 committed by Gerrit Code Review
commit 859b6d122a

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;