mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-20 21:49:27 +00:00
4e43d37780
- Fixed packages version in composer.json - Renewed file composer.lock - Checked & Fixed imports paths - Moved /vendor/FHC-Vendor to /FHC-Vendor
21 lines
355 B
CSS
21 lines
355 B
CSS
.filebox .textbox-value {
|
|
vertical-align: top;
|
|
position: absolute;
|
|
top: 0;
|
|
left: -5000px;
|
|
}
|
|
.filebox-label {
|
|
display: inline-block;
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
cursor: pointer;
|
|
left: 0;
|
|
top: 0;
|
|
z-index: 10;
|
|
background: url('images/blank.gif') no-repeat;
|
|
}
|
|
.l-btn-disabled .filebox-label {
|
|
cursor: default;
|
|
}
|