unify panel color and fix concerns

pull/1527/head
Andrew Miracle 3 years ago
parent 10e5d56766
commit 1d351b9a42
  1. 1
      apps/remix-ide/src/app.js
  2. 6
      apps/remix-ide/src/assets/css/themes/remix-hacker_owl.css

@ -90,7 +90,6 @@ const css = csjs`
display : flex; display : flex;
flex-direction : row-reverse; flex-direction : row-reverse;
width : 320px; width : 320px;
margin-right : -1px;
} }
.highlightcode { .highlightcode {
position : absolute; position : absolute;

@ -8722,7 +8722,7 @@ a.text-dark:hover {
/* Plugins manager */ /* Plugins manager */
.plugin-manager { .plugin-manager {
background: var(--theme-background-panels); background: var(--light);
} }
.plugins-header { .plugins-header {
background-color: var(--theme-background-panels) !important; background-color: var(--theme-background-panels) !important;
@ -8909,3 +8909,7 @@ remix-tab .fak {
.ace_rightAlignedText { .ace_rightAlignedText {
color: var(--theme-ace-symbols)!important; color: var(--theme-ace-symbols)!important;
} }
div[data-id="remixIdeSidePanel"] {
margin-right: -1px
}
Loading…
Cancel
Save