From 51f1be9f7aeb0f0ea2f0378e06d7e0ba47ffeef6 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 11 Sep 2017 11:50:04 +0200 Subject: [PATCH] Improve the input style when renaming a folder in the drive tree --- www/drive/file.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/www/drive/file.less b/www/drive/file.less index 3003c8812..5372c37f5 100644 --- a/www/drive/file.less +++ b/www/drive/file.less @@ -135,7 +135,7 @@ li { .selected { border: 1px dotted #bbb; - background: #666; + background: #666 !important; color: #eee; margin: -1px; .fa-minus-square-o, .fa-plus-square-o { @@ -200,6 +200,9 @@ span { } input { width: ~"calc(100% - 30px)"; + padding: 0 10px; + border: 0; + color: lighten(@tree-fg, 40%); } & > span.element-row { overflow: hidden;