Skip to content

Commit

Permalink
feat(front-css): apply transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Jun 2, 2024
1 parent 696d1ff commit 2f950c8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
5 changes: 0 additions & 5 deletions dar2oar_gui/frontend/src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,3 @@ a {
color-scheme: dark;
}
}

.monaco-editor,
.monaco-editor-background {
background-color: #2424248c !important;
}
25 changes: 15 additions & 10 deletions dar2oar_gui/frontend/src/utils/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,17 @@ main {
box-shadow: var(--autofill-color) 0px 0px 0px 100px inset !important;
}
.ace_gutter,
.monaco-editor,
.monaco-editor-background {
background-color: #2121213b !important;
--vscode-editorGutter-background: #283d671a !important;
}
.decorationsOverviewRuler,
.monaco-editor .minimap canvas {
opacity: 0.6;
}
.MuiOutlinedInput-root {
background-color: #2424248c !important;
}
Expand All @@ -38,16 +48,11 @@ p.Mui-error {
color: var(--error-color);
}
main:has(.ace_editor) > .MuiInputLabel-animated {
background-color: #2f2e2eba;
padding-left: 1rem !important;
padding-right: 1rem !important;
}
a,
span.Mui-checked > svg,
.MuiInputBase-root.MuiOutlinedInput-root.MuiInputBase-colorPrimary.Mui-focused > fieldset,
.Mui-selected, /* Bottom Navigation */
span.Mui-checked>svg,
.MuiInputBase-root.MuiOutlinedInput-root.MuiInputBase-colorPrimary.Mui-focused>fieldset,
/* Bottom Navigation */
.Mui-selected,
.MuiButton-outlined {
color: var(--theme-color) !important;
border-color: var(--theme-color);
Expand Down

0 comments on commit 2f950c8

Please sign in to comment.