1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-06-14 18:10:47 +00:00
nextcloud-breeze-dark/core/css/apps/_audio-player.scss

157 lines
3.1 KiB
SCSS
Raw Permalink Normal View History

2018-07-27 15:20:49 +08:00
.app-audioplayer #app-navigation {
2017-06-05 13:36:56 +02:00
2018-07-27 15:20:49 +08:00
#albenoverview li {
opacity: 1;
2017-06-05 13:36:56 +02:00
}
2018-07-27 15:20:49 +08:00
#myCategory li {
opacity: 1;
2017-06-05 13:36:56 +02:00
2018-07-27 15:20:49 +08:00
&:hover {
background-color: $background-active-hover;
}
2017-06-05 13:36:56 +02:00
2018-07-27 15:20:49 +08:00
&.active span {
color: $foreground-active;
}
2017-06-05 13:36:56 +02:00
2018-07-27 15:20:49 +08:00
i.ioc {
color: $foreground-normal;
&.ioc-sort:hover {
color: $foreground-positive;
}
2017-06-05 13:36:56 +02:00
2018-07-27 15:20:49 +08:00
&.ioc-delete:hover {
color: $foreground-negative;
}
}
&.activeHover {
border-color: $decoration-active;
}
&.dropHover {
background-color: $background-active-hover;
}
2017-06-05 13:36:56 +02:00
}
2018-07-27 15:20:49 +08:00
#app-settings #audio-settings li.audio-settings-item {
opacity: 1;
2017-06-05 13:36:56 +02:00
}
}
2018-07-27 15:20:49 +08:00
.app-audioplayer #app-content {
2017-06-05 13:36:56 +02:00
2018-07-27 15:20:49 +08:00
#loading {
color: $icon-normal;
2017-06-05 13:36:56 +02:00
}
2018-07-27 15:20:49 +08:00
.sm2-bar-ui {
2017-06-05 13:36:56 +02:00
2018-07-27 15:20:49 +08:00
&, .bd a {
color: $foreground-normal;
}
2017-06-05 13:36:56 +02:00
2018-07-27 15:20:49 +08:00
#app-navigation-toggle_alternative {
background-color: $background-normal;
}
2017-06-05 13:36:56 +02:00
2018-07-27 15:20:49 +08:00
.sm2-inline-gradient {
background-color: $background-normal;
}
2017-06-05 13:36:56 +02:00
2018-07-27 15:20:49 +08:00
.bd .sm2-button-element:hover {
background-color: $background-normal;
}
2017-06-05 13:36:56 +02:00
2018-07-27 15:20:49 +08:00
.sm2-progress {
2017-06-05 13:36:56 +02:00
2018-07-27 15:20:49 +08:00
.sm2-progress-track {
background-color: $background-dark;
}
.sm2-progress-bar {
background-color: $background-active;
}
.sm2-progress-ball {
background-color: rgba(242, 242, 242, 1);
}
}
2017-06-05 13:36:56 +02:00
}
2018-07-27 15:20:49 +08:00
#playlist-container {
2017-06-05 13:36:56 +02:00
2018-07-27 15:20:49 +08:00
.coverrow .album {
2017-06-05 13:36:56 +02:00
2018-07-27 15:20:49 +08:00
.albumcover {
box-shadow: none;
}
2017-06-05 13:36:56 +02:00
2018-07-27 15:20:49 +08:00
.albumdescr {
2017-06-05 13:36:56 +02:00
2018-07-27 15:20:49 +08:00
.albumname {
color: $foreground-normal;
}
2017-06-05 13:36:56 +02:00
2018-07-27 15:20:49 +08:00
.artist {
color: $foreground-inactive;
}
}
}
.songcontainer {
background-color: $background-dark;
box-shadow: none;
color: $foreground-normal;
.open-arrow::before {
border-bottom-color: $background-dark;
}
.songcontainer-cover {
box-shadow: none;
}
a.close {
color: $icon-normal;
}
2017-06-05 13:36:56 +02:00
}
2018-07-27 15:20:49 +08:00
#individual-playlist-header {
.header-indi {
border-bottom-color: $decoration-normal;
color: $foreground-normal;
}
span {
color: $foreground-normal;
}
2017-06-05 13:36:56 +02:00
}
2018-07-27 15:20:49 +08:00
#individual-playlist {
& > li {
color: $foreground-normal;
2017-06-05 13:36:56 +02:00
2018-07-27 15:20:49 +08:00
&.dragable:hover {
background-color: $background-active-hover;
}
2017-06-05 13:36:56 +02:00
2018-07-27 15:20:49 +08:00
span {
color: $foreground-normal !important;
}
}
}
2017-06-05 13:36:56 +02:00
}
}
2018-07-27 15:20:49 +08:00
.app-audioplayer #app-sidebar {
2018-07-27 15:20:49 +08:00
#ID3EditorTabView .icon-info {
opacity: 1;
}
}