Cuberic
2 Dec 2011, 10:16 AM
I'm thememing ext js 4 and the tab bar buttons are not changing when I mouse over them. I've checked the buttons with developer tools and the buttons do gain the x-tab and x-tab-over class but there are no styles for either of those class.
My code for the tabs looks like this:
$tab-color:#000;
$tab-base-color:#d8dfea;
$tabbar-base-color:#D8DFEA;
$tabbar-background-gradient: color_stops( #dde6f5,#cbdaef);
$tab-inner-border: true;
$tab-inner-border-color: #FFF;
$tab-color-active: #333;
$tab-border-color: #8db2e3;
$tab-border-color-active: #8db2e3;
$tab-background-gradient: color-stops(#ccdef6, #deecfd);
$tab-background-gradient-over: color-stops(#deecfd, #ccdef6);
$tab-background-gradient-active: color-stops(#ffffff, #deecfd);
I'm new to ext js and I'm not sure what I am missing.
My code for the tabs looks like this:
$tab-color:#000;
$tab-base-color:#d8dfea;
$tabbar-base-color:#D8DFEA;
$tabbar-background-gradient: color_stops( #dde6f5,#cbdaef);
$tab-inner-border: true;
$tab-inner-border-color: #FFF;
$tab-color-active: #333;
$tab-border-color: #8db2e3;
$tab-border-color-active: #8db2e3;
$tab-background-gradient: color-stops(#ccdef6, #deecfd);
$tab-background-gradient-over: color-stops(#deecfd, #ccdef6);
$tab-background-gradient-active: color-stops(#ffffff, #deecfd);
I'm new to ext js and I'm not sure what I am missing.