mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-05-17 14:42:05 +00:00
44 lines
936 B
SCSS
44 lines
936 B
SCSS
/* Radio -------------------------------------------------------------------- */
|
|
|
|
.app-radio #app-navigation #app-settings {
|
|
|
|
#volumeslider {
|
|
|
|
.ui-slider-range {
|
|
background-color: $background-active;
|
|
}
|
|
|
|
.ui-slider-handle.ui-state-focus {
|
|
background-color: $background-normal;
|
|
}
|
|
}
|
|
|
|
#playbutton {
|
|
|
|
&:hover, &:active, &:focus {
|
|
&:not(:disabled):not(.primary):not(#quota) {
|
|
border: none;
|
|
background-color: inherit;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.app-radio #app-content #app-content-files #filestable {
|
|
|
|
th, td {
|
|
border-color: $decoration-normal;
|
|
}
|
|
|
|
thead th {
|
|
background-color: $background-normal;
|
|
}
|
|
|
|
tbody tr {
|
|
background-color: $background-normal !important;
|
|
|
|
&:hover {
|
|
background-color: $background-active-hover !important;
|
|
}
|
|
}
|
|
}
|