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

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

There is a newer version: 3.1.1
Show newest version
input.focus,  textarea.focus {
  border: 1px solid #7eadd9;
}

@sprite input.invalid, textarea.invalid {
  gwt-image: 'invalidLine';
  background-color: #fff;
  background-position: bottom;
  border: 1px solid #c30;
  height:auto;
}

.wrap {
  position: relative;
  left: 0;
  top: 0;
  zoom: 1;
  white-space: nowrap;
  text-align: left;
}

.field {
   font: 12px tahoma,arial,helvetica,sans-serif;
}

.empty {
   color: gray; 
}

.readonly {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy