|
|
@ -1952,18 +1952,22 @@ Component: timeline
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.btn.btn-file {
|
|
|
|
.btn.btn-file {
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
width: 120px;
|
|
|
|
|
|
|
|
height: 35px;
|
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.btn.btn-file > input[type='file'] {
|
|
|
|
.btn.btn-file > input[type='file'] {
|
|
|
|
display: block !important;
|
|
|
|
|
|
|
|
width: 100% !important;
|
|
|
|
|
|
|
|
height: 35px !important;
|
|
|
|
|
|
|
|
opacity: 0 !important;
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
top: -10px;
|
|
|
|
top: 0;
|
|
|
|
cursor: pointer;
|
|
|
|
right: 0;
|
|
|
|
|
|
|
|
min-width: 100%;
|
|
|
|
|
|
|
|
min-height: 100%;
|
|
|
|
|
|
|
|
font-size: 100px;
|
|
|
|
|
|
|
|
text-align: right;
|
|
|
|
|
|
|
|
filter: alpha(opacity=0);
|
|
|
|
|
|
|
|
opacity: 0;
|
|
|
|
|
|
|
|
outline: none;
|
|
|
|
|
|
|
|
background: white;
|
|
|
|
|
|
|
|
cursor: inherit;
|
|
|
|
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.btn.btn-app {
|
|
|
|
.btn.btn-app {
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|