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

com.sencha.gxt.theme.blue.client.button.BlueButtonDivFrame.css Maven / Gradle / Ivy

There is a newer version: 3.1.1
Show newest version
@external .ext-ie;
@external .x-toolbar-mark;

.content {
  background-color: #f0f0f0; 
}

.x-toolbar-mark .left, .x-toolbar-mark .content, .x-toolbar-mark .right {
  background:none;
}

.x-toolbar-mark .topLeft, .x-toolbar-mark .top, .x-toolbar-mark .topRight {
  background-image: none; 
}

.x-toolbar-mark .bottomLeft, .x-toolbar-mark .bottom, .x-toolbar-mark .bottomRight {
  background-image: none; 
}

/* over style */

@sprite .over .content {
  background-color: #d6ecff;
  gwt-image: 'backgroundOverBorder';
  height: 100%;
  width: 100%;
}

@sprite .over .topLeft {
  gwt-image: 'topLeftOverBorder';
}

@sprite .over .top {
  gwt-image: 'topOverBorder';
}

@sprite .over .topRight {
  gwt-image: 'topRightOverBorder';
}

@sprite .over .bottomLeft {
  gwt-image: 'bottomLeftOverBorder';
}

@sprite .over .bottom {
  gwt-image: 'bottomOverBorder';
}

@sprite .over .right {
  gwt-image: 'rightOverBorder';
}

@sprite .over .bottomRight {
  gwt-image: 'bottomRightOverBorder';
}

@sprite .over .left {
  gwt-image: 'leftOverBorder';
}

/* pressed style */

@sprite .pressed .content {
  background-color: #c2d9f7;
  gwt-image: 'backgroundPressedBorder';
  height: 100%;
  width: 100%;
}

@sprite .pressed .topLeft {
  gwt-image: 'topLeftPressedBorder';
}

@sprite .pressed .top {
  gwt-image: 'topPressedBorder';
}

@sprite .pressed .topRight {
  gwt-image: 'topRightPressedBorder';
}

@sprite .pressed .bottomLeft {
  gwt-image: 'bottomLeftPressedBorder';
}

@sprite .pressed .bottom {
  gwt-image: 'bottomPressedBorder';
}

@sprite .pressed .right {
  gwt-image: 'rightPressedBorder';
}

@sprite .pressed .bottomRight {
  gwt-image: 'bottomRightPressedBorder';
}

@sprite .pressed .left {
  gwt-image: 'leftPressedBorder';
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy