summaryrefslogtreecommitdiff
path: root/themes/light/dijit_light.less
blob: 53b098bbad5164e4135a82c437916c3336c26ecb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.flat {

	.dijitDialog .dijitDialogPaneContent {
		background : @color-panel-bg;
	}

	.dijitTab:not(.dijitTabChecked) {
		background : @color-panel-bg;
	}

	.dijitCheckBox {
		background : #ccc;
	}
}