Skip to content

Commit

Permalink
Update to 13.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalbeck committed Aug 9, 2018
2 parents 0430a29 + 5ee1a18 commit 5144da6
Show file tree
Hide file tree
Showing 18 changed files with 573 additions and 431 deletions.
209 changes: 118 additions & 91 deletions core/css/apps/_audio-player.scss
Original file line number Diff line number Diff line change
@@ -1,129 +1,156 @@
#app-navigation-toggle_alternative {
background-color: $background-normal;
}

// Progress Bar
.app-audioplayer #app-navigation {

.sm2-bar-ui {
&, .bd a {
color: $foreground-normal;
#albenoverview li {
opacity: 1;
}

.sm2-inline-gradient {
background-color: $background-normal;
}
#myCategory li {
opacity: 1;

.bd .sm2-button-element:hover {
background-color: $background-normal;
}
}
&:hover {
background-color: $background-active-hover;
}

.sm2-progress {
&.active span {
color: $foreground-active;
}

.sm2-progress-bar {
background-color: $background-active;
background-image: none;
}
i.ioc {
color: $foreground-normal;

&.ioc-sort:hover {
color: $foreground-positive;
}

.sm2-progress-track {
background-color: $background-dark;
background-image: none;
&.ioc-delete:hover {
color: $foreground-negative;
}
}

&.activeHover {
border-color: $decoration-active;
}

&.dropHover {
background-color: $background-active-hover;
}
}

.sm2-progress-ball {
background-color: rgba(242, 242, 242, 1);
#app-settings #audio-settings li.audio-settings-item {
opacity: 1;
}
}

// Sidebar
.app-audioplayer #app-content {

#myCategory li {

&.activeIndiPlaylist:hover {
font-weight: bold;
#loading {
color: $icon-normal;
}

&:hover {
background-color: $background-active-hover;
font-weight: normal;
}
}
.sm2-playlist-cover {
background-color: $background-active-hover !important;
}
.sm2-bar-ui {

// Content
&, .bd a {
color: $foreground-normal;
}

.albumdescr {
#app-navigation-toggle_alternative {
background-color: $background-normal;
}

span.albumname {
color: $foreground-normal;
}
.sm2-inline-gradient {
background-color: $background-normal;
}

span.artist {
color: $foreground-inactive;
}
}
.bd .sm2-button-element:hover {
background-color: $background-normal;
}

.songcontainer {
background-color: $background-dark !important;
color: $foreground-normal !important;
box-shadow: none;
.sm2-progress {

.songcontainer-cover {
box-shadow: none;
.sm2-progress-track {
background-color: $background-dark;
}

.sm2-progress-bar {
background-color: $background-active;
}

.sm2-progress-ball {
background-color: rgba(242, 242, 242, 1);
}
}
}

span.title, span.number, span.time {
color: $foreground-normal !important;
}
}
#playlist-container {

#individual-playlist-header {
.coverrow .album {

span {
color: $foreground-normal;
}
.albumcover {
box-shadow: none;
}

.header-indi {
border-bottom-color: $decoration-normal;
color: $foreground-normal;
}
}
.albumdescr {

#individual-playlist {

li {
color: $foreground-normal;
.albumname {
color: $foreground-normal;
}

&.dragable:hover {
background-color: $background-active-hover;
.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;
}
}

span.title, span.interpret, span.album-indi, span.time {
color: $foreground-normal !important;
#individual-playlist-header {

.header-indi {
border-bottom-color: $decoration-normal;
color: $foreground-normal;
}

span {
color: $foreground-normal;
}
}
}

.ioc {
color: $foreground-normal !important;
}
}
#individual-playlist {

& > li {
color: $foreground-normal;

#phototools {
background-color: $background-normal;
border: 1px solid $decoration-normal;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
&.dragable:hover {
background-color: $background-active-hover;
}

img {
filter: invert(95%);
span {
color: $foreground-normal !important;
}
}
}
}
}

// Settings
.app-audioplayer #app-sidebar {

#audio-settings li.audio-settings-item {
opacity: 1;
}
#ID3EditorTabView .icon-info {
opacity: 1;
}
}
Loading

0 comments on commit 5144da6

Please sign in to comment.