Allow to update device notes column from STF UI. https://github.com/openstf/stf/issues/124

This commit is contained in:
Vishal Banthia
2015-10-23 01:36:41 +09:00
parent 26421fd322
commit 466890777d
9 changed files with 135 additions and 7 deletions

View File

@@ -0,0 +1,17 @@
a.editable-click {
text-decoration: none;
color: #167FFC;
border-bottom: none;
}
a.editable-click:hover {
color: #808080;
}
a.editable-empty {
color: transparent;
}
a.editable-empty:focus {
color: #808080;
}