You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

22 lines
471 B

.help-button {
width: 16px;
height: 16px;
padding: 0 0 0 0;
margin: 0 0 0 0;
background-image: none;
background-color: var(--unity-colors-window-background);
border-width: 0;
border-radius: 0;
}
.help-button:hover {
background-color: var(--unity-colors-button-background-hover);
}
.help-button:active {
background-color: var(--unity-colors-button-background-hover_pressed);
}
.help-button__image {
background-image: none;
}