summaryrefslogtreecommitdiff
path: root/css/dijit_light.less
blob: 0c95707fed2141dbbb9c09025b178625e41435ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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;
		}
	}
}