fix poor visibility on green pencils

pull/1/head
ansuz 8 years ago
parent 9b4b642d4a
commit 5a85e4464c

@ -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 {

@ -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 {

Loading…
Cancel
Save