fcf9eda60effcd3e51e7695ffca897ccec6d5acc
[framework/web/web-ui-fw.git] / src / widgets / shortcutscroll / css / shortcutscroll.css
1 .ui-shortcutscroll {
2   position: absolute;
3   right: 0px;
4   top: 0px;
5   background-color: rgba(225, 221, 215,0.5);
6   max-width: 20px;
7   min-width: 12px;
8   -webkit-user-select: none;
9   margin:0;
10   padding:0;
11   opacity: 1;
12 }
13 .ui-shortcutscroll ul{
14         list-style-type: none;
15         margin: 0;
16         padding: 0;
17 }
18 .ui-shortcutscroll li {
19   cursor: pointer;
20   color:rgba(0,0,0,0.6);
21   padding: 2px 2px 2px 5px;
22   text-shadow: none !important;
23 }
24
25 .ui-shortcutscroll-popup {
26   position: absolute;
27   background: rgba(255,255,255,1);
28   padding:10px 30px;
29   -moz-box-shadow: 8px 10px 0px rgb(199, 199, 199);
30         -webkit-box-shadow: 8px 10px 0px rgb(199, 199, 199);
31         box-shadow: 8px 10px 0px rgb(199, 199, 199);
32         text-align: center;
33   font-size: 75px;
34   font-weight: bold;
35   display:none;
36   box-sizing:border-box;
37   color: black;
38 }