src/hbcore/resources/themes/style/hbdefault/rules/widgets/hbscrollarea/hbscrollarea.css
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 04 Oct 2010 00:38:12 +0300
changeset 30 80e4d18b72f5
parent 1 f7ac710697a9
permissions -rw-r--r--
Revision: 201037 Kit: 201039

*{
	speed-factor:0.0001;
	inertia-speed-factor:0.5;
	max-scroll-speed:5.0;
	spring-strength:0.0013;
	spring-damping-factor:0.33;
	friction:0.001;
}

HbScrollArea[scrollDirections="Horizontal"]
{
	layout:single_scrollbar;
}
HbScrollArea[scrollDirections="Vertical"]
{
	layout:single_scrollbar;
}
HbScrollArea
{
	layout:dual_scrollbars;
}

HbScrollArea[scrollDirections="Vertical"]::scrollbar-vertical
{
	left:0un;
	right:0un;
	top:-0.8un;
	bottom:0.8un;
}

HbScrollArea::scrollbar-vertical
{
	left:0un;
	right:0un;
	top:-0.8un;
	bottom:expr(var(hb-param-widget-scroll-bar-interactive-width)+0.8un);
}

HbScrollArea[scrollDirections="Horizontal"]::scrollbar-horizontal
{
	left:0un;
	right:0un;
	top:0un;
	bottom:0un;
}

HbScrollArea::scrollbar-horizontal
{
	left:0un;
	right:var(hb-param-widget-scroll-bar-interactive-width);
	top:0un;
	bottom:0un;
}

HbScrollArea::continuation-indicator-bottom
{
	fixed-height:2.0un;
}

HbScrollArea::continuation-indicator-top
{
	fixed-height:2.0un;
}

HbScrollArea::continuation-indicator-left
{
	fixed-width:2.0un;
}

HbScrollArea::continuation-indicator-right
{
	fixed-width:2.0un;
}