style/bottom panel: improve appearance

This commit is contained in:
Adorian Doran 2025-12-25 02:26:17 +02:00
parent 924bd4512b
commit bbec2f6082
3 changed files with 8 additions and 4 deletions

View File

@ -237,7 +237,9 @@
--bottom-panel-background-color: #11111180;
--bottom-panel-title-bar-background-color: #3F3F3F80;
--status-bar-border-color: var(--main-border-color);
--scrollbar-thumb-color: #fdfdfd5c;
--scrollbar-thumb-hover-color: #ffffff7d;
--scrollbar-background-color: transparent;

View File

@ -233,8 +233,10 @@
--right-pane-item-hover-background: #00000013;
--right-pane-item-hover-color: inherit;
--bottom-panel-background-color: #ffffff59;
--bottom-panel-title-bar-background-color: #0000000a;
--bottom-panel-background-color: #ffffff8c;
--bottom-panel-title-bar-background-color: #94949414;
--status-bar-border-color: #0000003a;
--scrollbar-thumb-color: #0000005c;
--scrollbar-thumb-hover-color: #00000066;

View File

@ -1,6 +1,6 @@
.component.status-bar {
contain: none;
border-top: 1px solid var(--main-border-color);
border-top: 1px solid var(--status-bar-border-color);
> .status-bar-main-row {
min-height: 28px;