MetaBox/Scripts/Animation/epic_pose_wrangler/v2/view/maya_style.qss
2025-01-14 03:06:35 +08:00

16 lines
357 B
Plaintext

QListWidget[Log=true]{
background-color: #2A2A2A;
background-image: url("PoseWrangler:epic.png");
background-repeat: no-repeat;
background-position: bottom right;
}
QPushButton[Category=true] {
text-align: left;
background-color: #707070;
}
QPushButton::hover[Category=true] {
text-align: left;
background-color: #707070;
}