Use grey icons in editable tables.

This commit is contained in:
Oliver Hamlet
2014-12-26 12:52:05 +00:00
parent 8446240c86
commit abbc1e7252
@@ -100,6 +100,7 @@ html /deep/ table[is=editable-table] th {
}
html /deep/ table[is=editable-table] td:last-child {
cursor: pointer;
color: rgba(0, 0, 0, 0.54);
}
html /deep/ table[is=editable-table] td:last-child:hover {
color: red;