ganeswidgets/data/hgwidget.css
changeset 0 89c329efa980
equal deleted inserted replaced
-1:000000000000 0:89c329efa980
       
     1 HgWidget
       
     2 {
       
     3 	layout:default_layout;
       
     4 }
       
     5 
       
     6 HgWidget::scrollbar-vertical
       
     7 {
       
     8 	left:0un;
       
     9 	right:0un;
       
    10 	top:-0.8un;
       
    11 	bottom:expr(var(hb-param-widget-scroll-bar-interactive-width)+0.8un);
       
    12 }
       
    13 
       
    14 HgWidget::scrollbar-horizontal
       
    15 {
       
    16 	left:0un;
       
    17 	right:var(hb-param-widget-scroll-bar-interactive-width);
       
    18 	top:0un;
       
    19 	bottom:0un;
       
    20 }
       
    21 
       
    22 HgWidget::continuation-indicator-bottom
       
    23 {
       
    24 	fixed-height:2.0un;
       
    25 }
       
    26 
       
    27 HgWidget::continuation-indicator-top
       
    28 {
       
    29 	fixed-height:2.0un;
       
    30 }
       
    31 
       
    32 HgWidget::continuation-indicator-left
       
    33 {
       
    34 	fixed-width:2.0un;
       
    35 }
       
    36 
       
    37 HgWidget::continuation-indicator-right
       
    38 {
       
    39 	fixed-width:2.0un;
       
    40 }