From caa4154d970e2dd9c9245491fe53483a2f6c4ac6 Mon Sep 17 00:00:00 2001 From: life Date: Sat, 2 Jul 2016 17:21:54 +0800 Subject: [PATCH] move note's style --- public/themes/default.css | 3 +++ public/themes/default.less | 3 +++ 2 files changed, 6 insertions(+) diff --git a/public/themes/default.css b/public/themes/default.css index 429f11d1..d3b6dd66 100644 --- a/public/themes/default.css +++ b/public/themes/default.css @@ -2818,6 +2818,9 @@ background-position:-1px -670px border: 1px solid #eee; border-radius: 5px; } +#notebookTree.ztree li a { + color: #000; +} body { border: none; border-shadow: none; diff --git a/public/themes/default.less b/public/themes/default.less index 761eefe8..5c013582 100644 --- a/public/themes/default.less +++ b/public/themes/default.less @@ -781,6 +781,9 @@ background-position:-1px -670px #notebookTree { border: 1px solid #eee; border-radius: 5px; + &.ztree li a { + color: #000; + } } // @import "mobile.less";