diff options
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/mate-applications.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css index dee8454e..e9f886f2 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css @@ -543,6 +543,22 @@ MatePanelApplet > menubar { padding: 4px; /*any less and outlines touch text or get cut off */ } +/* Weird, this sets the border color of the clockmap */ +#MatePanelPopupWindow > frame > box > box > box > widget { + color: @less_dark_color; +} + +/*fix oversize calendar window locations icons and jump */ +#MatePanelPopupWindow > frame > box > box > box > box > widget image, +#MatePanelPopupWindow > frame > box > box > box > box > widget label { + padding: 0px; +} + +/* for buttons the 3px padding from gtk-widgets.css is OK */ +#MatePanelPopupWindow > frame > box > box > box > box > widget button > label { + padding: 3px; +} + #PanelApplet { outline-offset: -2px; } |