summaryrefslogtreecommitdiff
path: root/css/dijit_light.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-02-28 14:48:48 +0300
committerAndrew Dolgov <[email protected]>2020-02-28 14:48:48 +0300
commitad0a9c02e5255fe9aa37ebdd12b87dc87efa7497 (patch)
tree2363d957cf9c3b6f912ee8d36847fbeaf60d5fe5 /css/dijit_light.less
parent76c8b318e551ef5b4093a78a4bb13985ff8e3c4a (diff)
move default (light) theme LESS source to a more appropriate place
add compact_dark theme variant
Diffstat (limited to 'css/dijit_light.less')
-rw-r--r--css/dijit_light.less14
1 files changed, 0 insertions, 14 deletions
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;
- }
-}