summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-07-02 08:02:01 +0200
committerraveit65 <[email protected]>2017-07-02 08:03:26 +0200
commitf5692959d1575998a667afaff8d967d780693547 (patch)
treecd5a7c698a6dcad5ea1aebb63aedd1e719374e4a
parent738248c727a458051378b60650980454c2096bda (diff)
downloadmate-themes-f5692959d1575998a667afaff8d967d780693547.tar.bz2
mate-themes-f5692959d1575998a667afaff8d967d780693547.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
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/mate-applications.css16
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 080dd63f..de0cce9f 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
@@ -542,6 +542,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;
}