mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
20 lines
331 B
CSS
20 lines
331 B
CSS
.mdl-button--file input {
|
|
cursor: pointer;
|
|
height: 100%;
|
|
right: 0;
|
|
opacity: 0;
|
|
position: absolute;
|
|
top: 0;
|
|
width: 300px;
|
|
z-index: 4;
|
|
}
|
|
|
|
.mdl-textfield--file .mdl-textfield__input {
|
|
box-sizing: border-box;
|
|
width: calc(100% - 32px);
|
|
}
|
|
|
|
.mdl-textfield--file .mdl-button--file {
|
|
right: 0;
|
|
}
|