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

com.sencha.gxt.theme.blue.client.menu.BlueItem.css Maven / Gradle / Ivy

/**
 * Ext GWT 3.0.0-rc - Ext for GWT
 * Copyright(c) 2007-2011, Sencha, Inc.
 * [email protected]
 *
 * http://sencha.com/license
 */
@sprite .active {
  gwt-image: "itemOver";
  width: auto; /* override gwt-image behavior */
  height: auto; /* override gwt-image behavior */
  background-color: #ebf3fd;
  background-repeat: repeat-x;
  background-position: left bottom;
  border: 1px solid #aaccf6;
  padding: 0;
}

.active a {
  color: #233d6d;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy