mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-05-16 06:11:23 +00:00
44 lines
No EOL
1,012 B
SCSS
44 lines
No EOL
1,012 B
SCSS
/* Radio -------------------------------------------------------------------- */
|
|
|
|
.app-radio {
|
|
|
|
#app-navigation {
|
|
|
|
#app-settings {
|
|
|
|
#volumeslider {
|
|
|
|
.ui-widget-header {
|
|
background-color: $background-active;
|
|
}
|
|
|
|
.ui-state-focus {
|
|
background-color: $background-normal;
|
|
}
|
|
}
|
|
|
|
#playbutton {
|
|
&:hover, &:active, &:focus {
|
|
&:not(:disabled):not(.primary):not(#quota) {
|
|
border: none;
|
|
background-color: inherit;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
#app-content {
|
|
|
|
#app-content-files {
|
|
|
|
#filestable tbody tr {
|
|
background-color: $background-normal !important;
|
|
|
|
&:hover {
|
|
background-color: $background-active-hover !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |