2 -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
6 -webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
7 -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
8 -webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
15 [data-position="right"] {
21 transform: translateX(100%);
22 -webkit-transform: translateX(100%);
24 z-index: 100; /* -> drawer */
26 section[role="region"][data-position="right"] {
29 [data-position="right"].current {
30 animation: rightToCurrent 0.4s forwards;
31 -webkit-animation: rightToCurrent 0.4s forwards;
33 [data-position="right"].right {
34 animation: currentToRight 0.4s forwards;
35 -webkit-animation: currentToRight 0.4s forwards;
37 [data-position="current"].left {
38 animation: currentToLeft 0.4s forwards;
39 -webkit-animation: currentToLeft 0.4s forwards;
41 [data-position="current"].current {
42 animation: leftToCurrent 0.4s forwards;
43 -webkit-animation: leftToCurrent 0.4s forwards;
45 [data-position="back"] {
53 /* z-index: 100; -> drawer */
55 [data-position="back"].fade-in {
57 animation: fadeIn 0.2s forwards;
58 -webkit-animation: fadeIn 0.2s forwards;
60 [data-position="back"].fade-out {
61 animation: fadeOut 0.2s forwards;
62 -webkit-animation: fadeOut 0.2s forwards;
65 [data-position="edit-mode"] {
73 transition: all 0.3s ease;
75 [data-position="edit-mode"].edit {
87 [data-type="list"].fullmessage li {
92 [data-type="list"].fullmessage li p {
98 /* lista con footer */
99 .scrollable.header.footer {
100 height: calc(100% - 8rem);
104 .bb-tablist li { background-color: #969696; }
105 .bb-tablist .inputbox { flex-grow: 4; }
106 .bb-tablist .inputbox input { margin-top: 2px; }
107 /*.bb-tablist > li > a { padding-top: 6px; }
108 .bb-tablist .action-icon:before { left: 40%; }*/
110 /* input con immagine */
113 margin: 0px 0.5rem 0px 0px;
121 border-radius: 2.5rem;
122 box-sizing: border-box;
123 box-shadow: 0px 0px 0px 0.1rem #DEDEDE;
124 background: none repeat scroll center center / cover transparent;
127 image-rendering: -moz-crisp-edges;
130 form p > .pack ~ input {
131 width : calc(100% - 4.5rem);