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% - 9.6rem);
105 .bb-tablist li { background-color: #969696; }
106 .bb-tablist .inputbox { flex-grow: 4; }
107 .bb-tablist .inputbox input { margin-top: 2px; }
108 /*.bb-tablist > li > a { padding-top: 6px; }
109 .bb-tablist .action-icon:before { left: 40%; }*/
111 /* input con immagine */
114 margin: 0px 0.5rem 0px 0px;
122 border-radius: 2.5rem;
123 box-sizing: border-box;
124 box-shadow: 0px 0px 0px 0.1rem #DEDEDE;
125 background: none repeat scroll center center / cover transparent;
128 image-rendering: -moz-crisp-edges;
131 form p > .pack ~ input {
132 width : calc(100% - 4.5rem);
136 /* immagine in dialogo */
137 [role="dialog"] button img {
138 vertical-align: middle;
143 /* switch nella form. sicuramente sbaglio qualcosa io... intanto questo lo sistema */
144 form > p > label.pack-switch { width: 100%; }
145 form > p > label.pack-switch input ~ span { padding-top: 1rem; display: inline-block; }