diff options
author | raveit65 <[email protected]> | 2017-07-02 08:02:01 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-07-02 08:03:01 +0200 |
commit | 1775ee396cb17f6c613fccf613f4c86187532456 (patch) | |
tree | 60309e182131cca08f51fe3f8c28ba3739027feb /desktop-themes | |
parent | 2e5c925307ad2acdade08a710793736cdfe4b096 (diff) | |
download | mate-themes-1775ee396cb17f6c613fccf613f4c86187532456.tar.bz2 mate-themes-1775ee396cb17f6c613fccf613f4c86187532456.tar.xz |
Gtk+-3.20 BlackMate: some panel clock fixes
- override padding setting for image and label from gtk-widgets.css in clock gui
- override the override for buttons in clock gui
- add a border color for the clockmap
Diffstat (limited to 'desktop-themes')
-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; } |