We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e00df commit 4ea3366Copy full SHA for 4ea3366
frontend/src/components/FooterToolbar/FooterToolBar.vue
@@ -28,7 +28,7 @@ export default {
28
<style lang="less" scoped>
29
.dark {
30
.ant-pro-footer-toolbar {
31
- background: rgba(24, 24, 24, 0.62);
+ background: rgba(24, 24, 24, 1);
32
border-top: unset;
33
}
34
frontend/src/views/system/Upgrade.vue
@@ -177,6 +177,12 @@ async function perform_upgrade() {
177
</template>
178
179
<style lang="less">
180
+.dark {
181
+ .core-upgrade-log-container {
182
+ background-color: rgba(0, 0, 0, 0.84);
183
+ }
184
+}
185
+
186
.core-upgrade-log-container {
187
height: 320px;
188
overflow: scroll;
0 commit comments