accounting-manager-theme/src/com/sencha/gxt/theme/neptune/client/base/tabs/Css3PlainTabPanel.css

31 lines
640 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 tabStripSpacerBackground value('theme.tabs.lastStopColor');
@def borderColor value('theme.tabs.borderColor');
.tabBar {
background: transparent;
padding-top: 0;
padding-bottom: 0px;
border-width: 0;
border-bottom: 1px;
}
.tabStripWrap {
background: transparent;
height: auto;
}
.tabBar .tabStripSpacer {
border: 1px solid borderColor;
height: 2px;
font-size: 1px;
line-height: 1px;
background-color: tabStripSpacerBackground;
border-top: 0 none;
}