Revert "Export"
[framework/web/web-ui-fw.git] / src / themes / tizen / common / jquery.mobile.tizen.shortcutscroll.less
1 @import "config.less";
2
3 .ui-shortcutscroll {
4         position: absolute;
5         right: 0*@unit_base;
6         background-color: @color_shortcutscroll_rollover_bg;
7         width: 30*@unit_base;
8         -webkit-user-select: none;
9         margin:0;
10         padding-right: 0.08em;
11         opacity: 1;
12         ul {
13                 list-style-type: none;
14                 margin: 0;
15                 padding: 0;
16         }
17         li {
18                 cursor: pointer;
19                 color: @color_shortcutscroll_rollover_text;
20                 padding: 2*@unit_base 2*@unit_base 2*@unit_base 2*@unit_base;
21                 text-align: right;
22         }
23 }
24
25 .ui-shortcutscroll2 {
26         position: absolute;
27         right: 0*@unit_base;
28         -webkit-user-select: none;
29         margin:0;
30         padding-right: 0.08em;
31         opacity: 1;
32         ul {
33                 list-style-type: none;
34                 margin: 0;
35                 padding: 0;
36         }
37         li {
38                 cursor: pointer;
39                 color: @color_shortcutscroll_rollover_text;
40                 padding: 2*@unit_base 2*@unit_base 2*@unit_base 2*@unit_base;
41                 text-align: right;
42         }
43 }
44
45 .ui-shortcutscroll-bg {
46         position: absolute;
47         right: 0*@unit_base;
48         background-color: @color_shortcutscroll_rollover_bg;
49         width: 30*@unit_base;
50         z-index: 10;
51         top: 0;
52 }
53
54 .ui-shortcutscroll-popup {
55         position: absolute;
56         background: @color_shortcutscroll_popup_bg;
57         color: @color_shortcutscroll_popup_text;
58         padding:10*@unit_base 30*@unit_base;
59         -moz-box-shadow: 8*@unit_base 10*@unit_base 0*@unit_base @color_shortcutscroll_popup_shadow;
60         -webkit-box-shadow: 8*@unit_base 10*@unit_base 0*@unit_base @color_shortcutscroll_popup_shadow;
61         box-shadow: 8*@unit_base 10*@unit_base 0*@unit_base @color_shortcutscroll_popup_shadow;
62         text-align: center;
63         font-size: 75*@unit_base;
64         font-weight: bold;
65         display:none;
66         box-sizing:border-box;
67 }