您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
19 行
451 B
19 行
451 B
.menu-element {
|
|
padding: 2px 10px 2px 20px;
|
|
}
|
|
|
|
.chevron-right {
|
|
height: 12px;
|
|
width: 12px;
|
|
background-image: resource("Packages/com.unity.perception/Editor/Randomization/Icons/ChevronRight.png");
|
|
}
|
|
|
|
.chevron-left {
|
|
height: 12px;
|
|
width: 12px;
|
|
background-image: resource("Packages/com.unity.perception/Editor/Randomization/Icons/ChevronLeft.png");
|
|
}
|
|
|
|
.menu-element:hover {
|
|
background-color: #3E5F96;
|
|
}
|