Spade
Mini Shell
| Directory:~$ /home/lmsyaran/public_html/j3/media/com_phocacart/js/tower/ |
| [Home] [System Details] [Kill Me] |
.tower-file input[type="file"] {
/* height: 0.1px;
width: 0.1px;
not working if required */
height: 1px !important;
width: 1px !important;
opacity: 0;
}
.tower-file label {
margin-bottom: 0;
}
.tower-file label, .tower-file .tower-file-clear:not(:disabled) {
cursor: pointer;
}
.tower-file .tower-file-button {
background: white;
border: 1px solid #ccc;
padding: 0.2rem 0.5rem;
font-size: 1rem;
font-weight: normal;
line-height: 1.5;
user-select: none;
transition: background-color 0.15s ease-in-out, border-color 0.15s
ease-in-out;
}
.tower-file .tower-file-button:hover:not(:disabled) {
cursor: pointer;
background: #f2f2f2;
border-color: #b8b8b8;
}
.tower-file .tower-file-details {
position: relative;
border-radius: 0.25rem;
margin-top: 0.5rem;
}
.tower-file .tower-file-details .tower-file-list
/*,
.tower-file .tower-file-details img*/
{
border: 1px solid #ddd;
display: inline-block;
}
.tower-file .tower-file-details .tower-file-list {
/*padding: 0.375rem 0.75rem 0.375rem 2.5rem;*/
}
.tower-file .tower-file-details img {
padding: 0.375rem;
max-width: 100%;
}
.tower-file .tower-file-details:before, .tower-file
.tower-file-details:after {
content: "";
position: absolute;
left: 2rem;
height: 0;
width: 0;
}
.tower-file .tower-file-details:before {
top: -0.6rem;
border: 5px solid transparent;
border-bottom-color: #ddd;
}
.tower-file .tower-file-details:after {
top: calc(-0.6rem + 1px);
border: 5px solid transparent;
border-bottom-color: white;
}
.ph-file-upload-thumb {
height: 5em;
width: auto;
}
.ph-file-upload-box {
float: left;
background: #f2f2f2;
width: 7em;
margin: 0.2em;
text-align: center;
border-radius: 3px;
}
.ph-file-upload-name {
width: 6em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: small;
margin: 0 auto;
text-align: center;
}