mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 18:42:24 +00:00
Update text & color of flush volume matrix dialog
This commit is contained in:
@@ -150,10 +150,10 @@
|
||||
|
||||
.btn-ok {
|
||||
color: #fff;
|
||||
background-color: #21a452;
|
||||
background-color: #009688;
|
||||
}
|
||||
.btn-ok:hover {
|
||||
background-color: #3dcb73;
|
||||
background-color: #26A69A;
|
||||
}
|
||||
|
||||
.btn-cancel {
|
||||
@@ -190,7 +190,7 @@
|
||||
select:hover,
|
||||
select:focus {
|
||||
outline: none;
|
||||
border-color: #00ae42;
|
||||
border-color: #26A69A;
|
||||
background-color: #edfaf2;
|
||||
}
|
||||
|
||||
@@ -268,7 +268,7 @@
|
||||
}
|
||||
|
||||
body.dark-mode .btn-ok {
|
||||
background-color: #3a8f44;
|
||||
background-color: #009688;
|
||||
}
|
||||
|
||||
body.dark-mode .btn-dark {
|
||||
@@ -298,9 +298,9 @@
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="tip-panel" id="auto_flush_tip">
|
||||
Studio would re-calculate your flushing volumes every time the filament
|
||||
Orca would re-calculate your flushing volumes every time the filament
|
||||
color changed or filaments changed. You could disable the auto-calculate
|
||||
in Bambu Studio > Preferences.
|
||||
in Orca Slicer > Preferences.
|
||||
</div>
|
||||
|
||||
<div style="margin-bottom: 10px; ">
|
||||
|
||||
Reference in New Issue
Block a user