From 1afbd4648da7b6b62d984e8906319f45a145d23e Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 25 Sep 2017 15:23:42 +0200 Subject: [PATCH] Fix old drive --- www/drive/file.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/drive/file.less b/www/drive/file.less index 42019501f..729368af3 100644 --- a/www/drive/file.less +++ b/www/drive/file.less @@ -1,5 +1,6 @@ @import "/customize/src/less/variables.less"; @import "/customize/src/less/mixins.less"; +@import (once) "/customize/src/less2/include/tools.less"; @tree-bg: #eee; @tree-fg: #000; @@ -267,7 +268,7 @@ span { input { background: lighten(@toolbar-drive-bg, 8%); color: @toolbar-drive-color; - .placeholderColor(@toolbar-drive-color); + .tools_placeholder-color(@toolbar-drive-color); outline-width: 0px; border-radius: 0; width: 100%;