Adding border to text-angular form element

This commit is contained in:
Rob Harrington
2014-12-17 12:10:08 +11:00
parent 33d4f03a99
commit 88d49148d4

View File

@@ -11,6 +11,11 @@ table .blank-action {
width: 29px;
}
text-angular .ta-editor {
border: 1px solid #cee1f4;
border-radius: 3px;
}
#header #logo {
top: 10px;
}