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 form.realtime table .edit,
.cp div.realtime table .edit { .cp div.realtime table .edit {
color: #46E981; color: #000;
cursor: pointer; cursor: pointer;
float: left; float: left;
margin-left: 10px; margin-left: 10px;
/*&:after { content: '✐'; }*/
/*&.editable { display: none; }*/
} }
.cp form.realtime table .remove, .cp form.realtime table .remove,
.cp div.realtime table .remove { .cp div.realtime table .remove {

View File

@@ -748,17 +748,15 @@ form.realtime, div.realtime {
} }
} }
.edit { .edit {
color: @cp-green; color: @poll-cover-color;
cursor: pointer; cursor: pointer;
float: left; float: left;
margin-left: 10px; margin-left: 10px;
/*&:after { content: '✐'; }*/
/*&.editable { display: none; }*/
} }
.remove { .remove {
float: right; float: right;
margin-right: 10px margin-right: 10px;
} }
thead { thead {