fix poor visibility on green pencils

This commit is contained in:
ansuz
2017-03-30 18:05:08 +02:00
parent 9b4b642d4a
commit 5a85e4464c
2 changed files with 3 additions and 7 deletions

View File

@@ -1290,12 +1290,10 @@ html.cp,
}
.cp form.realtime table .edit,
.cp div.realtime table .edit {
color: #46E981;
color: #000;
cursor: pointer;
float: left;
margin-left: 10px;
/*&:after { content: '✐'; }*/
/*&.editable { display: none; }*/
}
.cp form.realtime table .remove,
.cp div.realtime table .remove {