2021-09-09 20:42:29 -04:00

22 lines
335 B
Plaintext

.unity-toolbar > .unity-toolbar-toggle .unity-label
{
color: #000;
}
.unity-toolbar.unity-disabled
{
opacity: 1;
background-color: #767676;
}
.unity-toolbar.unity-disabled *
{
background-color: rgba(0,0,0,0);
color: #444;
}
.unity-toolbar.unity-disabled > .unity-toolbar-toggle .unity-label
{
color: #444;
}