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 --- themes/light/dijit_light.less | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 themes/light/dijit_light.less (limited to 'themes/light/dijit_light.less') diff --git a/themes/light/dijit_light.less b/themes/light/dijit_light.less new file mode 100644 index 000000000..53b098bba --- /dev/null +++ b/themes/light/dijit_light.less @@ -0,0 +1,14 @@ +.flat { + + .dijitDialog .dijitDialogPaneContent { + background : @color-panel-bg; + } + + .dijitTab:not(.dijitTabChecked) { + background : @color-panel-bg; + } + + .dijitCheckBox { + background : #ccc; + } +} -- cgit v1.2.3