1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-06-29 16:30:54 +00:00
nextcloud-breeze-dark/css/apps/thirdparty/_radio.scss

50 lines
1.1 KiB
SCSS
Raw Normal View History

2020-02-23 20:17:48 +01:00
/***
* @copyright Copyright (c) 2017, Magnus Walbeck <mw@mwalbeck.org>
*
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
*/
2020-02-23 20:17:48 +01:00
2017-08-07 15:47:29 +02:00
/* Radio -------------------------------------------------------------------- */
2018-10-19 23:37:32 +08:00
.app-radio #app-navigation #app-settings {
#volumeslider {
.ui-slider-range {
background-color: var(--color-primary-element);
2018-10-19 23:37:32 +08:00
}
2017-08-07 15:47:29 +02:00
2018-10-19 23:37:32 +08:00
.ui-slider-handle.ui-state-focus {
background-color: var(--color-main-background);
2018-10-19 23:37:32 +08:00
}
}
2017-08-07 15:47:29 +02:00
2018-10-19 23:37:32 +08:00
#playbutton {
&:hover,
&:active,
&:focus {
2018-10-19 23:37:32 +08:00
&:not(:disabled):not(.primary):not(#quota) {
background-color: inherit;
border: unset;
2017-08-07 15:47:29 +02:00
}
}
}
2018-10-19 23:37:32 +08:00
}
2019-01-13 11:47:18 +08:00
.app-radio #app-content #app-content-files #filestable {
th,
td {
border-color: var(--color-border);
2019-01-13 11:47:18 +08:00
}
thead th {
background-color: var(--color-main-background);
2019-01-13 11:47:18 +08:00
}
2019-01-13 11:47:18 +08:00
tbody tr {
background-color: var(--color-main-background) !important;
2019-01-13 11:47:18 +08:00
&:hover {
background-color: var(--color-background-hover) !important;
}
}
2018-10-19 23:37:32 +08:00
}