diff --git a/client/src/styles/partials/bdsettings.scss b/client/src/styles/partials/bdsettings.scss index 2ef5493f..085f00a5 100644 --- a/client/src/styles/partials/bdsettings.scss +++ b/client/src/styles/partials/bdsettings.scss @@ -3,8 +3,7 @@ .bd-pluginsView { .bd-button { text-align: center; - - + background: transparent; h3 { -webkit-user-select: none; user-select: none; @@ -20,15 +19,8 @@ &:hover, &.bd-active { color: #fff; - background: rgb(62, 130, 229); - } - - &:first-of-type { - border-radius: 8px 0 0 8px; - } - - &:last-of-type { - border-radius: 0 8px 8px 0; + background: transparent; + border-bottom: 2px solid #3e82e5; } } } diff --git a/client/src/styles/partials/plugincard.scss b/client/src/styles/partials/plugincard.scss index 3f07a3e2..8386cf32 100644 --- a/client/src/styles/partials/plugincard.scss +++ b/client/src/styles/partials/plugincard.scss @@ -2,9 +2,9 @@ display: flex; flex-direction: column; flex-grow: 1; - background: rgba(32, 34, 37, 0.6); + background: #2f3136; border: 1px solid #202225; - padding: 5px 10px; + padding: 10px 5px; min-height: 150px; color: #b9bbbe; border-radius: 8px; @@ -15,7 +15,6 @@ display: flex; flex-grow: 0; font-weight: 700; - box-shadow: 0 1px 0px darken(#2f3136, 8%); } .bd-plugin-body { @@ -31,7 +30,7 @@ color: #8a8c90; font-size: 12px; font-weight: 600; - background: rgba(32, 34, 37, 0.6); + background: rgba(0,0,0,.05); padding: 5px; border-radius: 8px; margin-top: 5px;