Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions apps/dashboard/src/DashboardApp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ export default {
background-attachment: fixed;

> h2 {
color: var(--color-primary-text);
color: var(--color-primary-element-text);
text-align: center;
font-size: 32px;
line-height: 130%;
Expand Down Expand Up @@ -561,7 +561,7 @@ export default {
}

&:hover {
border-color: var(--color-primary);
border-color: var(--color-primary-element);
}
}

Expand All @@ -577,7 +577,7 @@ export default {
}

input:focus + label {
border-color: var(--color-primary);
border-color: var(--color-primary-element);
}
}

Expand Down
2 changes: 1 addition & 1 deletion apps/files/css/files.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/files/css/files.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions apps/files/css/files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
background-color: var(--color-background-hover);
}
.actions .button a:active {
background-color: var(--color-primary-light);
background-color: var(--color-primary-element-light);
}

.actions.creatable {
Expand Down Expand Up @@ -117,7 +117,7 @@
}

.file-drag, .file-drag .files-filestable tbody tr, .file-drag .files-filestable tbody tr:hover {
background-color: var(--color-primary-light) !important;
background-color: var(--color-primary-element-light) !important;
}

.app-files #app-content.dir-drop {
Expand All @@ -129,7 +129,7 @@
}

.app-files #app-content.dir-drop .files-filestable tbody tr.dropping-to-dir{
background-color: var(--color-primary-light) !important;
background-color: var(--color-primary-element-light) !important;
}

/* icons for sidebar */
Expand Down Expand Up @@ -202,7 +202,7 @@ table tr.mouseOver td {
.files-filestable tbody tr.highlighted .name:focus,
.files-filestable tbody tr.selected,
.files-filestable tbody tr.searchresult {
background-color: var(--color-primary-light);
background-color: var(--color-primary-element-light);
}

tbody a { color: var(--color-main-text); }
Expand Down Expand Up @@ -551,7 +551,7 @@ table td.selection {
background-color: var(--color-background-hover);
border-radius: var(--border-radius-pill);
outline: none !important;
border: 2px solid var(--color-primary) !important;
border: 2px solid var(--color-primary-element) !important;
padding: 14px;
}
}
Expand Down Expand Up @@ -1303,7 +1303,7 @@ table.dragshadow td.size {

&:focus-visible,
#showgridview:focus-visible + & {
box-shadow: inset 0 0 0 2px var(--color-primary) !important;
box-shadow: inset 0 0 0 2px var(--color-primary-element) !important;
}
}

Expand Down
2 changes: 1 addition & 1 deletion apps/files/css/merged.css

Large diffs are not rendered by default.

Loading