This commit is contained in:
Mirco Wittrien 2020-10-24 10:48:06 +02:00
parent f1f5d337b4
commit 0399589d8f
1 changed files with 51 additions and 51 deletions

View File

@ -3688,133 +3688,133 @@ html {
background-color: var(--background-primary);
}
html .bd-modal-wrapper .bd-modal-inner {
#app-mount .bd-modal-wrapper .bd-modal-inner {
background-color: var(--background-primary);
border: none;
box-shadow: 0 0 0 1px rgba(var(--vbackgroundtertiary),.3),0 2px 10px 0 rgba(0,0,0,.2);
}
html .bd-modal-wrapper .header,
html .bd-modal-wrapper .bd-modal-body {
#app-mount .bd-modal-wrapper .header,
#app-mount .bd-modal-wrapper .bd-modal-body {
background: transparent;
box-shadow: none;
color: var(--header-primary);
}
html .bd-modal-wrapper .tab-bar-container {
#app-mount .bd-modal-wrapper .tab-bar-container {
background: rgba(0,0,0,.2);
box-shadow: 0 2px 3px 0 rgba(0,0,0,.1);
}
html .bd-modal-wrapper .tab-bar-container .tab-bar-item {
#app-mount .bd-modal-wrapper .tab-bar-container .tab-bar-item {
border-bottom-color: transparent !important;
color: var(--interactive-normal) !important;
opacity: 1 !important;
}
html .bd-modal-wrapper .tab-bar-container .tab-bar-item:hover {
#app-mount .bd-modal-wrapper .tab-bar-container .tab-bar-item:hover {
border-bottom-color: var(--interactive-hover) !important;
color: var(--interactive-hover) !important;
}
html .bd-modal-wrapper .tab-bar-container .tab-bar-item:active,
html .bd-modal-wrapper .tab-bar-container .tab-bar-item.selected {
#app-mount .bd-modal-wrapper .tab-bar-container .tab-bar-item:active,
#app-mount .bd-modal-wrapper .tab-bar-container .tab-bar-item.selected {
border-bottom-color: var(--interactive-active) !important;
color: var(--interactive-active) !important;
cursor: default;
}
html .bd-modal-wrapper .table-header {
#app-mount .bd-modal-wrapper .table-header {
border: none;
color: var(--header-primary);
cursor: default;
}
html .bd-modal-wrapper .table-column {
#app-mount .bd-modal-wrapper .table-column {
border-right: 1px solid transparent;
margin-right: 20px;
}
html .bd-modal-wrapper .table-header .table-column:not(:last-child) {
#app-mount .bd-modal-wrapper .table-header .table-column:not(:last-child) {
border-right-color: var(--background-modifier-accent);
}
html .bd-modal-wrapper .error {
#app-mount .bd-modal-wrapper .error {
border-top: 1px solid var(--background-modifier-accent);
border-bottom: none;
color: var(--header-primary);
}
html #pubslayer .ui-tab-bar-header,
html #bd-settings-sidebar .ui-tab-bar-header {
#app-mount #pubslayer .ui-tab-bar-header,
#app-mount #bd-settings-sidebar .ui-tab-bar-header {
color: var(--channels-default);
}
html #bd-settings-sidebar .ui-tab-bar-header .bd-changelog-button .bd-icon {
#app-mount #bd-settings-sidebar .ui-tab-bar-header .bd-changelog-button .bd-icon {
fill: var(--channels-default);
}
html #bd-settings-sidebar .ui-tab-bar-header .bd-changelog-button:hover .bd-icon {
#app-mount #bd-settings-sidebar .ui-tab-bar-header .bd-changelog-button:hover .bd-icon {
fill: var(--interactive-hover);
}
html #bd-settings-sidebar .ui-tab-bar-header .bd-changelog-button:active .bd-icon {
#app-mount #bd-settings-sidebar .ui-tab-bar-header .bd-changelog-button:active .bd-icon {
fill: var(--interactive-active);
}
html #pubslayer .ui-tab-bar-item,
#app-mount #pubslayer .ui-tab-bar-item,
#bd-settings-sidebar .ui-tab-bar-item {
margin-bottom: 2px;
}
html #pubslayer .ui-tab-bar-item,
html #bd-settings-sidebar .ui-tab-bar-item {
#app-mount #pubslayer .ui-tab-bar-item,
#app-mount #bd-settings-sidebar .ui-tab-bar-item {
color: var(--interactive-normal);
}
html #pubslayer .ui-tab-bar-item:hover,
html #bd-settings-sidebar .ui-tab-bar-item:hover {
#app-mount #pubslayer .ui-tab-bar-item:hover,
#app-mount #bd-settings-sidebar .ui-tab-bar-item:hover {
background-color: var(--background-modifier-hover);
color: var(--interactive-hover);
}
html #pubslayer .ui-tab-bar-item.selected,
html #bd-settings-sidebar .ui-tab-bar-item.selected {
#app-mount #pubslayer .ui-tab-bar-item.selected,
#app-mount #bd-settings-sidebar .ui-tab-bar-item.selected {
background-color: var(--background-modifier-selected);
color: var(--interactive-active);
}
html #pubslayer input {
#app-mount #pubslayer input {
background-color: var(--deprecated-text-input-bg);
border-color: var(--deprecated-text-input-border);
color: var(--header-primary);
}
html #pubslayer input:hover {
#app-mount #pubslayer input:hover {
border-color: var(--deprecated-text-input-border-hover);
}
html #bd-settingspane-container h2.ui-form-title {
#app-mount #bd-settingspane-container h2.ui-form-title {
color: var(--header-primary);
}
html #bd-settingspane-container .ui-switch-item h3 {
#app-mount #bd-settingspane-container .ui-switch-item h3 {
color: var(--header-primary);
}
html #bd-settingspane-container .ui-switch-item .style-description {
#app-mount #bd-settingspane-container .ui-switch-item .style-description {
border-bottom: thin solid var(--background-modifier-accent);
color: var(--text-muted);
}
html .bd-search-wrapper {
#app-mount .bd-search-wrapper {
background-color: var(--background-tertiary);
}
html .bd-search {
#app-mount .bd-search {
color: var(--header-primary);
}
html .bd-search::placeholder {
#app-mount .bd-search::placeholder {
color: var(--text-muted);
}
html .bd-search-wrapper svg {
#app-mount .bd-search-wrapper svg {
fill: var(--header-secondary);
}
html .bd-select-wrapper .bd-label {
#app-mount .bd-select-wrapper .bd-label {
color: var(--text-muted);
opacity: 1;
}
html .bd-select {
#app-mount .bd-select {
color: var(--interactive-normal);
}
html .bd-select.bd-select-transparent {
#app-mount .bd-select.bd-select-transparent {
align-items: center;
}
html .bd-select-arrow {
#app-mount .bd-select-arrow {
fill: var(--interactive-normal);
}
html .bd-select .bd-select-options {
#app-mount .bd-select .bd-select-options {
background: var(--background-floating);
border: none;
border-radius: 4px;
@ -3823,7 +3823,7 @@ html .bd-select .bd-select-options {
padding: 6px 8px;
margin-left: -9px;
}
html .bd-select .bd-select-option {
#app-mount .bd-select .bd-select-option {
display: flex;
align-items: center;
min-height: 32px;
@ -3837,43 +3837,43 @@ html .bd-select .bd-select-option {
margin-bottom: 2px;
padding: 0 8px;
}
html .bd-select .bd-select-option:hover,
html .bd-select .bd-select-option.selected {
#app-mount .bd-select .bd-select-option:hover,
#app-mount .bd-select .bd-select-option.selected {
background-color: rgb(var(--vaccentcolor));
color: var(--interactive-active);
}
html .bd-addon-list .bd-addon-card {
#app-mount .bd-addon-list .bd-addon-card {
background: var(--deprecated-card-bg);
border-color: var(--background-tertiary);
color: var(--header-primary);
}
html .bd-addon-list .bda-header {
#app-mount .bd-addon-list .bda-header {
border-bottom: 1px solid var(--background-modifier-accent);
color: var(--header-primary);
}
html .bd-addon-button .bd-icon {
#app-mount .bd-addon-button .bd-icon {
fill: var(--interactive-normal);
}
html .bd-addon-button .bd-icon:hover {
#app-mount .bd-addon-button .bd-icon:hover {
fill: var(--interactive-hover);
}
html .bd-addon-button .bd-icon:active {
#app-mount .bd-addon-button .bd-icon:active {
fill: var(--interactive-active);
}
html .bd-addon-list .bda-description {
#app-mount .bd-addon-list .bda-description {
color: var(--header-secondary);
}
html .bd-addon-list .bd-card-footer {
#app-mount .bd-addon-list .bd-card-footer {
border-top: 1px solid var(--background-modifier-accent);
}
html .bd-card.settings-open svg .fill {
#app-mount .bd-card.settings-open svg .fill {
fill: var(--interactive-normal);
}
html .bd-card.settings-open svg:hover .fill {
#app-mount .bd-card.settings-open svg:hover .fill {
fill: var(--interactive-hover);
}
html .bd-card.settings-open svg:active .fill {
#app-mount .bd-card.settings-open svg:active .fill {
fill: var(--interactive-active);
}