mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-03-29 16:26:41 +01:00
try to fix background color for ctrl-r history header
This commit is contained in:
parent
130fcfe032
commit
0c9084364c
@ -5,6 +5,7 @@
|
||||
@base-border: rgba(241, 246, 243, 0.08);
|
||||
@background-session: rgba(13, 13, 13, 0.85);
|
||||
@background-session-components: rgba(48, 49, 48, 0.6);
|
||||
@background-session-components-solid: rgb(33, 34, 33);
|
||||
@prompt-green: rgb(88, 193, 66);
|
||||
@disabled-background: rgba(76, 81, 75, 1);
|
||||
@disabled-color: #adadad;
|
||||
|
@ -170,7 +170,7 @@
|
||||
z-index: 102;
|
||||
top: 5px;
|
||||
left: 20px;
|
||||
background-color: @term-black;
|
||||
background-color: @background-session-components-solid;
|
||||
color: @soft-blue;
|
||||
padding-bottom: 4px;
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user