1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-01-10 11:07:42 +00:00
nextcloud-breeze-dark/css/apps/thirdparty/_radio.scss
2021-02-27 20:40:21 +01:00

49 lines
1.1 KiB
SCSS

/***
* @copyright Copyright (c) 2017, Magnus Walbeck <mw@mwalbeck.org>
*
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
*/
/* Radio -------------------------------------------------------------------- */
.app-radio #app-navigation #app-settings {
#volumeslider {
.ui-slider-range {
background-color: var(--color-primary-element);
}
.ui-slider-handle.ui-state-focus {
background-color: var(--color-main-background);
}
}
#playbutton {
&:hover,
&:active,
&:focus {
&:not(:disabled):not(.primary):not(#quota) {
background-color: inherit;
border: unset;
}
}
}
}
.app-radio #app-content #app-content-files #filestable {
th,
td {
border-color: var(--color-border);
}
thead th {
background-color: var(--color-main-background);
}
tbody tr {
background-color: var(--color-main-background) !important;
&:hover {
background-color: var(--color-background-hover) !important;
}
}
}