summaryrefslogtreecommitdiff
path: root/css/dijit_light.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-07 08:33:28 +0300
committerAndrew Dolgov <[email protected]>2018-12-07 08:33:28 +0300
commitb78671356031f2f7d4c3340d2d955a306729f766 (patch)
tree76ba046fb307a258228fb99af08ad2279120d5fe /css/dijit_light.less
parent1e3a53c037d36a49214f914a143da8b4b39debad (diff)
rebuild flat theme with dark base color and rebase night.css on it
Diffstat (limited to 'css/dijit_light.less')
-rw-r--r--css/dijit_light.less22
1 files changed, 22 insertions, 0 deletions
diff --git a/css/dijit_light.less b/css/dijit_light.less
new file mode 100644
index 000000000..0c95707fe
--- /dev/null
+++ b/css/dijit_light.less
@@ -0,0 +1,22 @@
+.flat {
+
+ .dijitDialog .dijitDialogPaneContent {
+ background : @color-panel-bg;
+ }
+
+ .dijitTab:not(.dijitTabChecked) {
+ background : @color-panel-bg;
+ }
+
+ .dijitCheckBox {
+ background : #ccc;
+ }
+
+ .dijitTree {
+ .dijitTreeNode .dijitTreeRow {
+ padding : 4px 0px 4px;
+ border-width : 1px;
+ color : #333;
+ }
+ }
+}