fix poor visibility on green pencils
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user