mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-29 08:34:50 +02:00
set list header color and no pointer cursor
This commit is contained in:
parent
e0524b73d9
commit
f7105b0e0a
@ -34,6 +34,7 @@
|
||||
--nav-entry-color: #555F6E;
|
||||
--nav-border-radius: 4px;
|
||||
--symlink-symbol-color: var(--navigation);
|
||||
--list-view-header: var(--selected);
|
||||
}
|
||||
|
||||
[data-theme="dark"] {
|
||||
@ -51,6 +52,7 @@
|
||||
--logo-45: #fff;
|
||||
--nav-entry-color: #555F6E;
|
||||
--symlink-symbol-color: var(--navigation);
|
||||
--list-view-header: var(--container);
|
||||
}
|
||||
|
||||
html {
|
||||
@ -271,7 +273,8 @@ input[type="text"] {
|
||||
}
|
||||
|
||||
.contents-view-list-header {
|
||||
background-color: var(--container);
|
||||
background-color: var(--list-view-header);
|
||||
cursor: default !important;
|
||||
}
|
||||
|
||||
.contents-view-list > .nav-item {
|
||||
|
Loading…
x
Reference in New Issue
Block a user