src/hbcore/resources/themes/style/hbdefault/rules/widgets/hbselectioncontrol/hbselectioncontrol.css
changeset 5 627c4a0fd0e7
parent 0 16d8024aca5e
child 34 ed14f46c0e55
equal deleted inserted replaced
3:11d3954df52a 5:627c4a0fd0e7
     1 HbSelectionControl::handle-icon
     1 HbSelectionControl::handle-icon
     2 {
     2 {
     3     fixed-width:2.4un;
     3     fixed-width:var(hb-param-graphic-size-secondary);
     4     fixed-height:2.4un;
     4     fixed-height:var(hb-param-graphic-size-secondary);
     5 }
     5 }
     6 
     6 
     7 HbSelectionControl::handle-toucharea
     7 HbSelectionControl::handle-toucharea
     8 {
     8 {
     9    fixed-height:9.0un;
     9    fixed-height:var(hb-param-touch-area-gene-primary-large);
    10    fixed-width:9.0un;
    10    fixed-width:var(hb-param-touch-area-gene-primary-large);
    11 }
    11 }
    12 
    12 
    13 
    13 
    14 
    14