mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-07-01 01:10:52 +00:00
64 lines
1.3 KiB
SCSS
64 lines
1.3 KiB
SCSS
/* Files -------------------------------------------------------------------- */
|
|
|
|
table td.filesize {
|
|
color: $foreground-inactive !important;
|
|
}
|
|
|
|
td.date, td.date > span {
|
|
color: $foreground-inactive !important;
|
|
opacity: 1;
|
|
}
|
|
|
|
tr {
|
|
&, &:hover, &:active, &:focus {
|
|
span.extension {
|
|
color: $foreground-inactive;
|
|
opacity: 0.7;
|
|
}
|
|
}
|
|
}
|
|
|
|
#fileList tr td.selection > .selectCheckBox + label::before {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
#filestable.view-grid:not(.hidden) tbody tr:not(.hidden) {
|
|
background-color: unset;
|
|
|
|
&:hover .thumbnail-wrapper,
|
|
&:hover .nametext,
|
|
&:hover .fileactions,
|
|
&:focus .thumbnail-wrapper,
|
|
&:focus .nametext,
|
|
&:focus .fileactions,
|
|
&:active .thumbnail-wrapper,
|
|
&:active .nametext,
|
|
&:active .fileactions,
|
|
&.selected .thumbnail-wrapper,
|
|
&.selected .nametext,
|
|
&.selected .fileactions,
|
|
&.highlighted .thumbnail-wrapper,
|
|
&.highlighted .nametext,
|
|
&.highlighted .fileactions,
|
|
&.searchresult .thumbnail-wrapper,
|
|
&.searchresult .nametext,
|
|
&.searchresult .fileactions,
|
|
.name:focus .thumbnail-wrapper,
|
|
.name:focus .nametext,
|
|
.name:focus .fileactions {
|
|
background-color: unset;
|
|
}
|
|
|
|
&:hover,
|
|
&:focus,
|
|
&:active,
|
|
&.selected,
|
|
&.highlighted,
|
|
&.searchresult {
|
|
background-color: $background-active-hover;
|
|
}
|
|
}
|
|
|
|
#filestable.view-grid:not(.hidden) tbody tr.hidden-file td.filename .name .nametext .extension {
|
|
display: inline-block;
|
|
}
|