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

com.sencha.gxt.theme.gray.client.menu.GrayItem.css Maven / Gradle / Ivy

There is a newer version: 3.1.1
Show newest version
/**
 * Sencha GXT 3.1.0 - Sencha for GWT
 * Copyright(c) 2007-2014, Sencha, Inc.
 * [email protected]
 *
 * http://www.sencha.com/products/gxt/license/
 */
@sprite .active {
  gwt-image: "itemOver";
  width: auto; /* override gwt-image behavior */
  height: auto; /* override gwt-image behavior */
  background-color: #F1F1F1;
  background-repeat: repeat-x;
  background-position: left bottom;
  border: 1px solid #C6C6C6;
  padding: 0;
}

.active a {
  color: #3A3A3A;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy