mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
fix console color
This commit is contained in:
parent
de78d5b485
commit
7f58d4b0e3
1 changed files with 2 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
||||||
<b-card-header
|
<b-card-header
|
||||||
role="button" tabindex="0"
|
role="button" tabindex="0"
|
||||||
:aria-expanded="open ? 'true' : 'false'" aria-controls="console-collapse"
|
:aria-expanded="open ? 'true' : 'false'" aria-controls="console-collapse"
|
||||||
header-tag="header" :header-bg-variant="open ? 'best' : 'white'"
|
header-tag="header" :header-bg-variant="open ? 'best' : ''"
|
||||||
:class="{ 'text-white': open }"
|
:class="{ 'text-white': open }"
|
||||||
class="d-flex align-items-center"
|
class="d-flex align-items-center"
|
||||||
@mousedown.left.prevent="onHistoryBarClick"
|
@mousedown.left.prevent="onHistoryBarClick"
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
no-body class="rounded-0 rounded-top border-left-0 border-right-0"
|
no-body class="rounded-0 rounded-top border-left-0 border-right-0"
|
||||||
>
|
>
|
||||||
<!-- ACTION -->
|
<!-- ACTION -->
|
||||||
<b-card-header header-tag="header" header-bg-variant="white" class="sticky-top d-flex">
|
<b-card-header header-tag="header" class="sticky-top d-flex">
|
||||||
<!-- ACTION DESC -->
|
<!-- ACTION DESC -->
|
||||||
<query-header
|
<query-header
|
||||||
role="tab" v-b-toggle="action.messages.length ? 'messages-collapse-' + i : false"
|
role="tab" v-b-toggle="action.messages.length ? 'messages-collapse-' + i : false"
|
||||||
|
@ -193,7 +193,6 @@ export default {
|
||||||
|
|
||||||
.card-header {
|
.card-header {
|
||||||
padding: $tooltip-padding-y $tooltip-padding-x;
|
padding: $tooltip-padding-y $tooltip-padding-x;
|
||||||
background-color: $background-color-primary !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#console {
|
#console {
|
||||||
|
@ -207,7 +206,6 @@ export default {
|
||||||
border-bottom-right-radius: 0;
|
border-bottom-right-radius: 0;
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
font-size: $font-size-sm;
|
font-size: $font-size-sm;
|
||||||
background-color: $background-color-primary;
|
|
||||||
|
|
||||||
|
|
||||||
& > header {
|
& > header {
|
||||||
|
@ -241,7 +239,6 @@ export default {
|
||||||
#history {
|
#history {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
max-height: 20vh;
|
max-height: 20vh;
|
||||||
background-color: $background-color-primary;
|
|
||||||
|
|
||||||
&.no-max {
|
&.no-max {
|
||||||
max-height: none;
|
max-height: none;
|
||||||
|
|
Loading…
Add table
Reference in a new issue