feat: compléter système thèmes avec variables CSS sémantiques étendues (--primary-hover/--primary-light/--bg-body/--bg-sidebar/--bg-card/--bg-card-hover/--text-main/--text-secondary/--text-muted/--border/--border-light/--header-bg/--header-text/--tag-*/--overlay-bg/--selection-bg/--selection-border/--success/--danger/--warning/--info) pour tous les 14 thèmes (DEFAULT/GitHub/Linear/Spotify/Notion/Discord/Dracula/OneDark/TokyoNight/Nord/NightOwl/Anthracite/Cyberpunk/NavyElegance/Earthy) en modes
This commit is contained in:
parent
404c036108
commit
52b68c7a08
@ -1576,7 +1576,7 @@ body.view-notes .paging {
|
||||
.link-readlater-badge {
|
||||
position: absolute;
|
||||
top: 0.75rem;
|
||||
right: 2.9rem;
|
||||
right: 3.5rem;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@ -4496,11 +4496,12 @@ table {
|
||||
}
|
||||
|
||||
.view-compact .link-tag-list {
|
||||
grid-column: 2;
|
||||
grid-row: 1 / span 2;
|
||||
grid-column: 1;
|
||||
grid-row: 3;
|
||||
gap: 0.35rem;
|
||||
align-self: center;
|
||||
align-self: start;
|
||||
overflow: visible;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.view-compact .link-tag,
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -35,8 +35,8 @@
|
||||
</script>
|
||||
|
||||
<!-- Professional Theme CSS -->
|
||||
<link type="text/css" rel="stylesheet" href="{$base_path}/{function="ltrim($asset_path, '/')"}/css/themes.css?v=1.0.0" />
|
||||
<link type="text/css" rel="stylesheet" href="{$base_path}/{function="ltrim($asset_path, '/')"}/css/style.css?v=1.0.4" />
|
||||
<link type="text/css" rel="stylesheet" href="{$base_path}/{function="ltrim($asset_path, '/')"}/css/themes.css?v=1.0.0" />
|
||||
<link type="text/css" rel="stylesheet" href="{$base_path}/{function="ltrim($asset_path, '/')"}/css/custom_views.css?v=1.0.5" />
|
||||
{if="$pageName=='editlink' || $pageName=='addlink' || $pageName=='editlinkbatch'"}
|
||||
<link type="text/css" rel="stylesheet" href="{$base_path}/{function="ltrim($asset_path, '/')"}/css/awesomplete.css?v=1.0.4" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user