mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-17 20:51:55 +01:00
use theme colors
This commit is contained in:
parent
390f1e0e4d
commit
950986657f
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background: rgba(255, 255, 255, 0.07);
|
background: rgb(from var(--main-text-color) r g b / 0.07);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -47,7 +47,7 @@
|
|||||||
.tab-inner {
|
.tab-inner {
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
background: rgba(255, 255, 255, 0.07);
|
background: rgb(from var(--main-text-color) r g b / 0.07);
|
||||||
}
|
}
|
||||||
|
|
||||||
.name {
|
.name {
|
||||||
@ -72,7 +72,7 @@
|
|||||||
z-index: var(--zindex-tab-name);
|
z-index: var(--zindex-tab-name);
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
|
text-shadow: 0px 0px 4px rgb(from var(--main-bg-color) r g b / 0.25);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: calc(100% - 10px);
|
width: calc(100% - 10px);
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
@ -80,7 +80,7 @@
|
|||||||
|
|
||||||
&.focused {
|
&.focused {
|
||||||
outline: none;
|
outline: none;
|
||||||
border: 1px solid rgba(255, 255, 255, 0.179);
|
border: 1px solid rgb(from var(--main-text-color) r g b / 0.179);
|
||||||
padding: 2px 6px;
|
padding: 2px 6px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
@ -108,7 +108,6 @@
|
|||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: var(--main-text-color);
|
color: var(--main-text-color);
|
||||||
// background-color: var(--highlight-bg-color);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user