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

com.sencha.gxt.theme.base.client.tree.Tree.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/
 */
.tree {
  cursor: default;
  -moz-outline: none;
  -moz-user-focus: none;
  outline: 0 none;
  position: relative;
}

.tree {
  padding-bottom: 1px;
}

@if gxt.user.agent ie9 {
  .tree {
    min-height: 1%; /* EXTGWT-2764 */
  }
}

.node {
  cursor: default;
}

.element {
  white-space: nowrap;
  height: 21px;
}

.joint {}

.check {}

.icon {}

.container {
  display: none;
}

.text {
  white-space: nowrap;
  line-height: 11px;
  text-decoration: none;
  padding: 0 0 0 3px;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  font: normal 11px tahoma, arial, verdana, sans-serif;
  color: black;
}

.dragOver {
  background-image: none !important;
  background-color: #defadc !important;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy