Add 2px rounded border to the "draft" comment bubble
Now that the box is larger than the text "draft" marker it looks fine to use a small rounded border on the corners of the text that says "draft", making it more bubble like in appearance. Change-Id: I9f8e55ec1c6283c84ff9ad6e40306bcebd60bc41
This commit is contained in:
@@ -26,6 +26,7 @@ limitations under the License.
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #aaa;
|
background-color: #aaa;
|
||||||
|
-webkit-border-radius: 2px;
|
||||||
}
|
}
|
||||||
.editArea { max-width: 637px; }
|
.editArea { max-width: 637px; }
|
||||||
button.button div {
|
button.button div {
|
||||||
|
|||||||
Reference in New Issue
Block a user