.wb-module-tray button,
.wb-module-drawer button,
.wb-perspective-bar button {
  font-family: inherit;
  font-size: inherit;
}
.wb-module-drawer button,
.wb-perspective-bar button {
  padding: 5px;
  border: none;
  border-radius: 4px;
  outline: none;
  transition: background 0.3s, color 0.3s, transform 0.3s;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.65);
}
.wb-perspective-bar button {
  background: #49d;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 16px;
}
.wb-module-drawer button {
  background: none;
  border-radius: 0;
  color: #ccc;
  text-transform: uppercase;
}
.wb-perspective-bar button:hover {
  background: #8cf;
}
.wb-module-drawer button:hover {
  background: rgba(128, 128, 128, 0.5);
}
.wb-module-drawer button:active,
.wb-perspective-bar button:active {
  transform: translateY(2px);
}
.wb-module-drawer button:active {
  color: #fff;
}
.wb-module-tray.wb-module-tray-vertical {
  /* this is to leave space for the last button in the tray to move
   * vertically when it is pressed, without triggering the scroll bars */
  padding-bottom: 2px;
}

.wb-module-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wb-perspective-bar-item.wb-perspective-selected button {
  background: #25a;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.65);
}
.wb-module-drawer.wb-module-drawer-open button {
  background: rgba(128, 128, 128, 0.5);
  color: #fff;
}
.wb-module-drawer-contents {
  background: rgba(0, 0, 0, 0.8);
}
.wb-module {
  color: white;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.65);
}
.wb-module:hover {
  background: linear-gradient(to bottom, #06c 0%, #25a 100%);
}
.wb-module.wb-module-disabled:hover {
  background: none;
}
.wb-module.wb-module-disabled .wb-icon {
  opacity: 0.25;
}
.wb-perspective-bar button.wb-perspective-bar-save-button,
.wb-perspective-bar button.wb-perspective-bar-new-button {
  background: #fa4;
}
.wb-perspective-bar button.wb-perspective-bar-save-button:hover,
.wb-perspective-bar button.wb-perspective-bar-new-button:hover {
  background: #fc6;
}
.wb-perspective-bar button.wb-perspective-bar-save-button:active
.wb-perspective-bar button.wb-perspective-bar-new-button:active {
  background: #fc6;
}
