|
|
|
@ -617,11 +617,12 @@ window.background.mate-terminal > box.vertical > notebook > header.top tab:check
|
|
|
|
|
/***********************
|
|
|
|
|
* mate-volume-control *
|
|
|
|
|
***********************/
|
|
|
|
|
|
|
|
|
|
/* application notebook page */
|
|
|
|
|
GvcMixerDialog notebook.frame scrolledwindow {
|
|
|
|
|
|
|
|
|
|
border-style: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* override previous setting */
|
|
|
|
|
GvcMixerDialog notebook.frame box scrolledwindow.frame {
|
|
|
|
|
border-style: solid;
|
|
|
|
@ -630,13 +631,15 @@ GvcMixerDialog notebook.frame box scrolledwindow.frame {
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Can be seen in volume control quick access */
|
|
|
|
|
.mate-panel-applet-slider.background {
|
|
|
|
|
background: solid;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mate-panel-applet-slider frame {
|
|
|
|
|
background-color: rgba(0,0,0,0.5);
|
|
|
|
|
background-color: rgba(0,0,0,0.64);
|
|
|
|
|
padding: 1px;
|
|
|
|
|
margin: 0px;
|
|
|
|
|
border-radius:4px;
|
|
|
|
|