Newer
Older
ubFramework / Portal / docroot / assets / css / easyui / themes / bootstrap / filebox.css
@Christopher W. Olsen Christopher W. Olsen on 10 Dec 2017 306 bytes Cleaning Up Making It A Sub Module
.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;
}
.l-btn-disabled .filebox-label {
  cursor: default;
}