mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-25 09:50:19 +00:00
Fix status bar color (#7)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
parent
4aeea7a3cc
commit
8f1f8721c1
@ -84,6 +84,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
color: var(--theme-content-color);
|
||||||
|
|
||||||
.status-messages {
|
.status-messages {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
@ -23,14 +23,11 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
opacity: .3;
|
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
opacity: .5;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
}
|
}
|
||||||
&:hover {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in New Issue
Block a user