|
|
|
@ -55,6 +55,7 @@
|
|
|
|
|
border-style: solid;
|
|
|
|
|
border-width: 1px;
|
|
|
|
|
border-color: @theme_fg_color;
|
|
|
|
|
color: @theme_fg_color;
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
text-shadow: none;
|
|
|
|
@ -93,7 +94,7 @@
|
|
|
|
|
|
|
|
|
|
.mate-panel-menu-bar {
|
|
|
|
|
background-color: @theme_bg_color;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
padding: 1px;
|
|
|
|
|
color: @theme_fg_color;
|
|
|
|
|
text-shadow: none;
|
|
|
|
|
}
|
|
|
|
@ -183,12 +184,13 @@ PanelApplet.wnck-applet .wnck-pager {
|
|
|
|
|
.mate-panel-menu-bar #PanelApplet button,
|
|
|
|
|
.mate-panel-menu-bar #PanelApplet button.flat,
|
|
|
|
|
.mate-panel-menu-bar #PanelApplet button.toggle,
|
|
|
|
|
/* TASKBAR BUTTONS AFFECTED BELOW HERE */
|
|
|
|
|
.mate-panel-menu-bar #PanelApplet button.flat.toggle {
|
|
|
|
|
padding: 4px;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
border-width: 1px;
|
|
|
|
|
border-style: solid;
|
|
|
|
|
text-shadow: none;
|
|
|
|
|
text-shadow: 1px 1px alpha (@theme_base_color, 0.80);
|
|
|
|
|
border-color: @border_color;
|
|
|
|
|
color: @theme_fg_color;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|