CSS GUIv0.0.247DocsPropertiesGitHubLog inSign up
Color
Background color
Border radius
Font weight

Hover

Color
Background color
Outline color

Focus

Color
Background color
Outline color
Outline style
Outline width
Outline offset

Active

Color
Background color
Outline color
.css-gui-element {
  outline-offset: 0px;
  outline-color: rgba(255,255,255,0);
  outline-width: 0px;
  font-size: 16px;
  font-weight: 600;
  border-width: 0px;
  appearance: none;
  border-radius: 6px;
  background-color: #6465ff;
  color: #fff;
}

.css-gui-element:active {
  outline-color: #8170ff;
  background-color: #8170ff;
  color: #ffffff;
}

.css-gui-element:focus {
  outline-offset: 4px;
  outline-style: solid;
  outline-color: #3e38b0;
  outline-width: 4px;
  background-color: #3e38b0;
  color: #ffffff;
}

.css-gui-element:hover {
  outline-color: #3e38b0;
  background-color: #3e38b0;
  color: #ffffff;
}