StellarXipher/Library/PackageCache/com.unity.render-pipelines.universal@67f62921f1e8/Editor/Converter/converter_editor.uss
2025-02-06 17:03:40 -05:00

12 lines
152 B
Plaintext

.iconButton {
background-color: rgba(0,0,0,0);
}
.light :hover {
background-color: #B2B2B2;
}
.dark :hover {
background-color: #303030;
}