summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-05-05 14:53:00 +0200
committerraveit65 <[email protected]>2017-05-05 14:53:00 +0200
commit040465bb923c84122cce2d6fc98f531cd9853655 (patch)
treec02ac84cbb84aa39948bc8bcc963b47757a96216 /desktop-themes
parentcc3465fde2a94433ca507633d0c3d1e3b9b8bbae (diff)
downloadmate-themes-040465bb923c84122cce2d6fc98f531cd9853655.tar.bz2
mate-themes-040465bb923c84122cce2d6fc98f531cd9853655.tar.xz
Gtk+-3.20 menta themes: fixes for mate- and mint-menu
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css23
-rw-r--r--desktop-themes/Menta/gtk-3.0/mate-applications.css23
2 files changed, 44 insertions, 2 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
index 63ea069b..2806ff6a 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -557,19 +557,40 @@ na-tray-applet widget box widget {
color: @theme_fg_color;
}
-/* mate-menu, mintmenu fork */
+/* mate-menu, mintmenu */
+#mintmenu.background,
#mate-menu.background {
border-color: @borders;
border-style: solid;
border-width: 1px;
}
+#mintmenu.background button,
+#mintmenu.background button.flat,
#mate-menu.background button,
#mate-menu.background button.flat {
padding: 3px 1px;
border-width: 2px;
}
+#mintmenu.background scrollbar.vertical button,
+#mate-menu.background scrollbar.vertical button {
+ padding: 1px 0px;
+}
+
+#mintmenu.background scrolledwindow,
+#mate-menu.background scrolledwindow {
+ border-color: @borders;
+ border-width: 1px;
+ border-style: solid;
+ border-radius: 0px;
+}
+
+#mintmenu.background notebook.frame scrolledwindow,
+#mate-menu.background notebook.frame scrolledwindow {
+ border-style: none;
+}
+
/****************
* Pluma *
****************/
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css
index 26145583..f9b2e977 100644
--- a/desktop-themes/Menta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css
@@ -556,19 +556,40 @@ na-tray-applet widget box widget {
color: @theme_fg_color;
}
-/* mate-menu, mintmenu fork */
+/* mate-menu, mintmenu */
+#mintmenu.background,
#mate-menu.background {
border-color: @borders;
border-style: solid;
border-width: 1px;
}
+#mintmenu.background button,
+#mintmenu.background button.flat,
#mate-menu.background button,
#mate-menu.background button.flat {
padding: 3px 1px;
border-width: 2px;
}
+#mintmenu.background scrollbar.vertical button,
+#mate-menu.background scrollbar.vertical button {
+ padding: 1px 0px;
+}
+
+#mintmenu.background scrolledwindow,
+#mate-menu.background scrolledwindow {
+ border-color: @borders;
+ border-width: 1px;
+ border-style: solid;
+ border-radius: 0px;
+}
+
+#mintmenu.background notebook.frame scrolledwindow,
+#mate-menu.background notebook.frame scrolledwindow {
+ border-style: none;
+}
+
/****************
* Pluma *
****************/