94 lines
2.0 KiB
Plaintext
94 lines
2.0 KiB
Plaintext
|
.cutting-brush {
|
||
|
width: 64px;
|
||
|
height: 64px;
|
||
|
margin-top: 0;
|
||
|
margin-right: 0;
|
||
|
margin-bottom: 0;
|
||
|
margin-left: 0;
|
||
|
background-color: rgb(32, 32, 32);
|
||
|
border-top-width: 0;
|
||
|
border-right-width: 0;
|
||
|
border-bottom-width: 0;
|
||
|
border-left-width: 0;
|
||
|
}
|
||
|
|
||
|
.cutting-brush:hover {
|
||
|
-unity-background-image-tint-color: rgb(255, 255, 255);
|
||
|
background-color: rgb(128, 128, 128);
|
||
|
}
|
||
|
|
||
|
.cutting-brush:hover #icon-image {
|
||
|
-unity-background-image-tint-color: rgb(255, 255, 255);
|
||
|
}
|
||
|
|
||
|
.cutting-brush:active {
|
||
|
background-color: rgb(100, 100, 100);
|
||
|
border-left-color: rgb(64, 64, 64);
|
||
|
border-right-color: rgb(64, 64, 64);
|
||
|
border-top-color: rgb(64, 64, 64);
|
||
|
border-bottom-color: rgb(64, 64, 64);
|
||
|
}
|
||
|
|
||
|
.cutting-brush:disabled {
|
||
|
opacity: 1;
|
||
|
background-color: rgb(255, 255, 255);
|
||
|
}
|
||
|
|
||
|
.cutting-brush:disabled #icon-image {
|
||
|
-unity-background-image-tint-color: rgb(0, 0, 0);
|
||
|
opacity: 1;
|
||
|
}
|
||
|
|
||
|
.material-board {
|
||
|
background-color: rgba(0, 0, 0, 0.5);
|
||
|
border-top-width: 0;
|
||
|
border-right-width: 0;
|
||
|
border-bottom-width: 0;
|
||
|
border-left-width: 0;
|
||
|
align-items: stretch;
|
||
|
padding-top: 0;
|
||
|
padding-right: 0;
|
||
|
padding-bottom: 0;
|
||
|
padding-left: 0;
|
||
|
}
|
||
|
|
||
|
.material-board:hover {
|
||
|
-unity-background-image-tint-color: rgb(255, 255, 255);
|
||
|
}
|
||
|
|
||
|
.material-board #context-label {
|
||
|
color: rgb(255, 255, 255);
|
||
|
-unity-font-style: normal;
|
||
|
margin-top: 0;
|
||
|
margin-right: 0;
|
||
|
margin-bottom: 0;
|
||
|
margin-left: 0;
|
||
|
}
|
||
|
|
||
|
.material-board:hover #icon-image {
|
||
|
-unity-background-image-tint-color: rgb(255, 255, 255);
|
||
|
scale: 1.2 1.2;
|
||
|
}
|
||
|
|
||
|
.material-board:hover #context-label {
|
||
|
background-image: none;
|
||
|
background-color: rgb(255, 255, 255);
|
||
|
color: rgb(0, 0, 0);
|
||
|
}
|
||
|
|
||
|
.material-board:disabled #icon-image {
|
||
|
-unity-background-image-tint-color: rgb(255, 255, 255);
|
||
|
scale: 1.2 1.2;
|
||
|
}
|
||
|
|
||
|
.material-board:disabled #context-label {
|
||
|
background-image: none;
|
||
|
background-color: rgb(255, 255, 255);
|
||
|
color: rgb(0, 0, 0);
|
||
|
}
|
||
|
|
||
|
.material-board:disabled {
|
||
|
opacity: 1;
|
||
|
background-color: rgba(0, 0, 0, 0.87);
|
||
|
}
|