Added the ability to adjust application specific audio levels. (#608)
* Added a playback volume module in audio menu. * Finish playback source volume adjuster.
This commit is contained in:
@@ -212,4 +212,33 @@
|
||||
.menu-items-section.playback {
|
||||
border-radius: 0em;
|
||||
}
|
||||
|
||||
.slider-toggle {
|
||||
color: if($bar-menus-monochrome, $bar-menus-iconbuttons-passive, $bar-menus-menu-volume-iconbutton-passive);
|
||||
padding: 0em 1em;
|
||||
label {
|
||||
font-size: 1.25em;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
color: if($bar-menus-monochrome, $bar-menus-iconbuttons-active, $bar-menus-menu-volume-iconbutton-active);
|
||||
}
|
||||
}
|
||||
|
||||
.active-playbacks-scrollable {
|
||||
min-height: 12.5em;
|
||||
|
||||
scrollbar contents trough slider {
|
||||
background: $bar-menus-menu-volume-scroller-color;
|
||||
}
|
||||
|
||||
.menu-active-percentage.playback,
|
||||
.menu-active-percentage.input {
|
||||
margin-right: 0.6em;
|
||||
}
|
||||
}
|
||||
|
||||
.no-playbacks.dim {
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -202,7 +202,7 @@
|
||||
.menu-scroller.bluetooth {
|
||||
min-height: 18em;
|
||||
|
||||
slider {
|
||||
scrollbar contents trough slider {
|
||||
background: $bar-menus-menu-bluetooth-scroller-color;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -259,7 +259,7 @@
|
||||
margin-right: 0em;
|
||||
min-width: 0.35em;
|
||||
|
||||
slider {
|
||||
scrollbar contents trough slider {
|
||||
min-width: $bar-menus-scroller-width;
|
||||
border-radius: $bar-menus-scroller-radius;
|
||||
background: $bar-menus-text;
|
||||
|
||||
@@ -185,7 +185,7 @@
|
||||
.menu-scroller.wap {
|
||||
min-height: 16em;
|
||||
|
||||
slider {
|
||||
scrollbar contents trough slider {
|
||||
background: $bar-menus-menu-network-scroller-color;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user