Improve the input style when renaming a folder in the drive tree

pull/1/head
yflory 7 years ago
parent 642511dc3b
commit 51f1be9f7a

@ -135,7 +135,7 @@ li {
.selected { .selected {
border: 1px dotted #bbb; border: 1px dotted #bbb;
background: #666; background: #666 !important;
color: #eee; color: #eee;
margin: -1px; margin: -1px;
.fa-minus-square-o, .fa-plus-square-o { .fa-minus-square-o, .fa-plus-square-o {
@ -200,6 +200,9 @@ span {
} }
input { input {
width: ~"calc(100% - 30px)"; width: ~"calc(100% - 30px)";
padding: 0 10px;
border: 0;
color: lighten(@tree-fg, 40%);
} }
& > span.element-row { & > span.element-row {
overflow: hidden; overflow: hidden;

Loading…
Cancel
Save