idlehomescreen/data/qhd_tch/shortcut_2001f483/xuikon/37/Shortcut.css
changeset 2 08c6ee43b396
parent 1 5315654608de
child 3 fb3763350a08
equal deleted inserted replaced
1:5315654608de 2:08c6ee43b396
     1 widget#shortcutPluginContainer 
       
     2 {
       
     3     block-progression: rl;
       
     4     direction: rtl;
       
     5     padding-top: 5px;
       
     6     padding-bottom: 5px;
       
     7     padding-left: 3px;
       
     8     background-color: none;
       
     9 }
       
    10 
       
    11 button.shortcutButton 
       
    12 {
       
    13     width: 74px;
       
    14     margin-right: 3px;
       
    15     nav-index: appearance;
       
    16 }
       
    17 
       
    18 button.shortcutButton:focus 
       
    19 {
       
    20     touchfeedbackdown: basic; 
       
    21     touchfeedbackdrag: sensitive; 
       
    22     focus-background:"SKIN(268458534 9896)";
       
    23 }
       
    24 
       
    25 button.shortcutButton:hold
       
    26 {
       
    27     background-color: "SKIN(268458534 9956)";
       
    28 }
       
    29 
       
    30 image.shortcutIcon 
       
    31 {
       
    32     _s60-aspect-ratio: preserve;
       
    33 }
       
    34 
       
    35 tooltip.shortcutTooltip 
       
    36 { 
       
    37     width: adaptive;
       
    38     max-width: 350px;
       
    39     height: 33px;
       
    40     border-style: solid; 
       
    41     border-width: 5px; 
       
    42     _s60-start-delay: 1000000;
       
    43     _s60-display-time: 1000000;
       
    44     background-color:"SKIN(268458534 8480)";
       
    45     display: block;    
       
    46     padding-left: 6px;
       
    47     padding-top: 3px;
       
    48     padding-bottom: 3px;
       
    49     padding-right: 6px;
       
    50 }
       
    51 
       
    52 text.shortcutTooltipText 
       
    53 { 
       
    54     font-family: EAknLogicalFontSecondaryFont;
       
    55     font-size: 23px;
       
    56     width: adaptive;
       
    57     color: "SKIN(268458534 13056 19)";
       
    58 }
       
    59