mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Fixed an unicode bug in Mesh boolean
This commit is contained in:
@@ -120,7 +120,7 @@ body
|
||||
.swiper
|
||||
{
|
||||
--swiper-theme-color: #ff6600;/* 设置Swiper风格 */
|
||||
--swiper-navigation-color: #00AE42;/* 单独设置按钮颜色 */
|
||||
--swiper-navigation-color: #009688;/* 单独设置按钮颜色 */
|
||||
--swiper-navigation-size: 30px;/* 设置按钮大小 */
|
||||
}
|
||||
|
||||
@@ -161,12 +161,12 @@ body
|
||||
|
||||
.ProcessBarSelected
|
||||
{
|
||||
border-left-color:#00AE42;
|
||||
border-left-color:#009688;
|
||||
}
|
||||
|
||||
.ProcessBarSelected span
|
||||
{
|
||||
color:#00AE42;
|
||||
color:#009688;
|
||||
}
|
||||
|
||||
#Info_ProcessBar.ProcessBarSelected img
|
||||
|
||||
Reference in New Issue
Block a user