accounting-manager-theme/src/com/sencha/gxt/theme/neptune/client/sliced/window/SlicedWindow.css

46 lines
692 B
CSS

/**
* Sencha GXT 3.1.1 - Sencha for GWT
* Copyright(c) 2007-2014, Sencha, Inc.
* licensing@sencha.com
*
* http://www.sencha.com/products/gxt/license/
*/
@def backgroundColor value('theme.window.backgroundColor');
.panel {
background-color: backgroundColor;
border-style: solid;
border-width: 0;
outline: none;
}
.noHeader {
}
.header {
position: relative;
}
@if user.agent ie6 {
.header {
zoom: 1;
}
}
.body {
border-width: 0;
overflow: hidden;
position: relative;
background-color: backgroundColor;
}
.footer {
position: relative;
background-color: backgroundColor;
}
.bodyWrap {}
.ghost ul {
background-color: #CDD9E8;
border-color: #90a4c4;
}