All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sencha.gxt.theme.base.client.field.FileUpload.css Maven / Gradle / Ivy

There is a newer version: 3.1.1
Show newest version
@external;

.wrap {
  height: 22px;
  position: relative;
}

.input {
  z-index: 3;
  color: #777;
 
}


.file {
  position: absolute;
  right: 0;
  z-index: 2;
  height: 22px;
  top: 0;
  cursor: pointer;
}

@if user.agent ie6 ie8 {
  .file {
    filter: literal("alpha(opacity=0)");
  }
} @else {
  .file {
   opacity: 0;
  }
}

.buttonWrap {
  position: absolute;
  right: 0;
  z-index: 1;
  top: 0;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy