|
|
@ -202,13 +202,12 @@ button span, input[type="button"] span, input[type="submit"] span, input[type="r
|
|
|
|
|
|
|
|
|
|
|
|
.delete-root {
|
|
|
|
.delete-root {
|
|
|
|
color: red;
|
|
|
|
color: red;
|
|
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.delete-root:before {
|
|
|
|
.delete-root i:before {
|
|
|
|
vertical-align: middle !important;
|
|
|
|
vertical-align: middle !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.delete-root:hover {
|
|
|
|
|
|
|
|
cursor: pointer !important;
|
|
|
|
cursor: pointer !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|