From 1c8593c1fa68cd5287c975bb8ef96efce4edbbab Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 9 Dec 2018 21:17:50 +0300 Subject: add hotkey (a N) to toggle night.css --- css/dijit_basic.less | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'css/dijit_basic.less') diff --git a/css/dijit_basic.less b/css/dijit_basic.less index d067e396d..6007d0d94 100644 --- a/css/dijit_basic.less +++ b/css/dijit_basic.less @@ -132,4 +132,13 @@ label.dijitButton:hover { background-color : @color-panel-bg; } + + .dijitTree { + .dijitTreeNode .dijitTreeRow { + padding : 4px 0px 4px; + border-width : 1px; + color : @default-text; + } + } + } \ No newline at end of file -- cgit v1.2.3