mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-05-17 06:32:05 +00:00
58 lines
1.2 KiB
SCSS
58 lines
1.2 KiB
SCSS
/* Files -------------------------------------------------------------------- */
|
|
|
|
table td.filesize {
|
|
color: $foreground-inactive !important;
|
|
}
|
|
|
|
td.date > span {
|
|
color: $foreground-inactive !important;
|
|
}
|
|
|
|
tr {
|
|
&, &:hover, &:active, &:focus {
|
|
span.extension {
|
|
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;
|
|
}
|
|
}
|