15 lines
200 B
Plaintext
15 lines
200 B
Plaintext
|
.flat {
|
||
|
|
||
|
.dijitDialog .dijitDialogPaneContent {
|
||
|
background : @color-panel-bg;
|
||
|
}
|
||
|
|
||
|
.dijitTab:not(.dijitTabChecked) {
|
||
|
background : @color-panel-bg;
|
||
|
}
|
||
|
|
||
|
.dijitCheckBox {
|
||
|
background : #ccc;
|
||
|
}
|
||
|
}
|