From ad0a9c02e5255fe9aa37ebdd12b87dc87efa7497 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 28 Feb 2020 14:48:48 +0300 Subject: move default (light) theme LESS source to a more appropriate place add compact_dark theme variant --- css/dijit_light.less | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 css/dijit_light.less (limited to 'css/dijit_light.less') diff --git a/css/dijit_light.less b/css/dijit_light.less deleted file mode 100644 index 53b098bba..000000000 --- a/css/dijit_light.less +++ /dev/null @@ -1,14 +0,0 @@ -.flat { - - .dijitDialog .dijitDialogPaneContent { - background : @color-panel-bg; - } - - .dijitTab:not(.dijitTabChecked) { - background : @color-panel-bg; - } - - .dijitCheckBox { - background : #ccc; - } -} -- cgit v1.2.3