volume borders

volume-bar_refinement
Matt Theissen 5 years ago
parent 9a0800db8f
commit d3a5d7f451

@ -618,20 +618,23 @@ window.background.mate-terminal > box.vertical > notebook > header.top tab:check
* mate-volume-control *
***********************/
/* application notebook page */
GvcMixerDialog notebook.frame scrolledwindow {
border-style: none;
.mate-panel-applet-slider.background {
background: solid;
background-color: transparent;
}
/* override previous setting */
GvcMixerDialog notebook.frame box scrolledwindow.frame {
border-style: solid;
border-color: @border_color;
border-width: 1px;
border-radius: 2px;
padding: 0;
.mate-panel-applet-slider frame {
background-color: rgba(0,0,0,0.5);
padding: 1px;
margin: 0px;
border-radius:4px;
box-shadow: inset 0px 1px shade(@theme_selected_bg_color, 0.75),
inset 1px 0px shade(@theme_selected_bg_color, 0.75),
inset -1px 0px shade(@theme_selected_bg_color, 0.75),
inset 0px -1px shade(@theme_selected_bg_color, 0.75);
}
/***********************
* mate-control-center *
***********************/

Loading…
Cancel
Save