Initial Commit
This commit is contained in:
parent
53eb92e9af
commit
270ab7d11f
15341 changed files with 700234 additions and 0 deletions
|
@ -0,0 +1,25 @@
|
|||
/* TextButton Styles */
|
||||
|
||||
.unity-text-button {
|
||||
border-width: 0;
|
||||
padding: 3px 5px 2px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.dark .unity-text-button:focus {
|
||||
background-color: var(--dark-button-hover-focus-bg-color);
|
||||
}
|
||||
|
||||
.light .unity-text-button:focus {
|
||||
background-color: var(--light-button-hover-focus-bg-color);
|
||||
}
|
||||
|
||||
.dark .unity-text-button:active,
|
||||
.dark .unity-text-button:hover:active {
|
||||
background-color: var(--dark-button-active-bg-color);
|
||||
}
|
||||
|
||||
.light .unity-text-button:active,
|
||||
.light .unity-text-button:hover:active {
|
||||
background-color: var(--light-button-active-bg-color);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue