summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-12-25 19:03:05 +0100
committerraveit65 <[email protected]>2017-12-25 19:03:05 +0100
commitb83c93fbcb22b8988dcd2a109354e6be7f7018e7 (patch)
tree57a3827c2c3318d92e9ff8f86e68186fad721d35
parent00fba42165b1b6e078b1703e6bc3616630f716f4 (diff)
downloadmate-themes-b83c93fbcb22b8988dcd2a109354e6be7f7018e7.tar.bz2
mate-themes-b83c93fbcb22b8988dcd2a109354e6be7f7018e7.tar.xz
all themes: remove right-border from scrolledwindow.frame
....for maximized windows. But not for ie. sidebars. Partially fix for https://github.com/mate-desktop/mate-desktop/issues/291
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/mate-applications.css11
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css11
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css11
-rw-r--r--desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css11
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css11
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css11
-rw-r--r--desktop-themes/Menta/gtk-3.0/mate-applications.css11
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css11
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css11
9 files changed, 99 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 9aec92bb..e7c06b25 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
@@ -781,3 +781,14 @@ matekbd-keyboard-drawing,
border-radius: 0px;
}
+/* fix for some maximized windows
+ https://github.com/mate-desktop/mate-desktop/issues/291
+ FIXME Sadly pluma ignore doesn't show the maximised style class */
+
+window.background.maximized.engrampa-window > grid.horizontal > paned.horizontal > scrolledwindow.frame,
+window.background.maximized.atril-window > box.vertical > paned.horizontal > box.vertical > scrolledwindow.frame,
+window.background.pluma-window > box.vertical > paned.horizontal > paned.vertical > notebook box.vertical > scrolledwindow.frame,
+window.background.maximized.logview-window > box.vertical > paned.horizontal > box.vertical > scrolledwindow.frame {
+ border-right-width: 0px;
+}
+
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
index a6bcabcf..5ba1f0c8 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
@@ -1447,3 +1447,14 @@ matekbd-keyboard-drawing,
border-radius: 0px;
}
+/* fix for some maximized windows
+ https://github.com/mate-desktop/mate-desktop/issues/291
+ FIXME Sadly pluma ignore doesn't show the maximised style class */
+
+window.background.maximized.engrampa-window > grid.horizontal > paned.horizontal > scrolledwindow.frame,
+window.background.maximized.atril-window > box.vertical > paned.horizontal > box.vertical > scrolledwindow.frame,
+window.background.pluma-window > box.vertical > paned.horizontal > paned.vertical > notebook box.vertical > scrolledwindow.frame,
+window.background.maximized.logview-window > box.vertical > paned.horizontal > box.vertical > scrolledwindow.frame {
+ border-right-width: 0px;
+}
+
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
index 11327d33..a421cf19 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -937,3 +937,14 @@ matekbd-keyboard-drawing,
border-radius: 0px;
}
+/* fix for some maximized windows
+ https://github.com/mate-desktop/mate-desktop/issues/291
+ FIXME Sadly pluma ignore doesn't show the maximised style class */
+
+window.background.maximized.engrampa-window > grid.horizontal > paned.horizontal > scrolledwindow.frame,
+window.background.maximized.atril-window > box.vertical > paned.horizontal > box.vertical > scrolledwindow.frame,
+window.background.pluma-window > box.vertical > paned.horizontal > paned.vertical > notebook box.vertical > scrolledwindow.frame,
+window.background.maximized.logview-window > box.vertical > paned.horizontal > box.vertical > scrolledwindow.frame {
+ border-right-width: 0px;
+}
+
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css b/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css
index 71b4dd4a..6d40598a 100644
--- a/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css
+++ b/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css
@@ -313,3 +313,14 @@ na-tray-applet {
background-color: shade (@theme_bg_color, 1.0);
}
+/* fix for some maximized windows
+ https://github.com/mate-desktop/mate-desktop/issues/291
+ FIXME Sadly pluma ignore doesn't show the maximised style class */
+
+window.background.maximized.engrampa-window > grid.horizontal > paned.horizontal > scrolledwindow.frame,
+window.background.maximized.atril-window > box.vertical > paned.horizontal > box.vertical > scrolledwindow.frame,
+window.background.pluma-window > box.vertical > paned.horizontal > paned.vertical > notebook box.vertical > scrolledwindow.frame,
+window.background.maximized.logview-window > box.vertical > paned.horizontal > box.vertical > scrolledwindow.frame {
+ border-right-width: 0px;
+}
+
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
index 8625ce86..16158b51 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
@@ -1461,3 +1461,14 @@ matekbd-keyboard-drawing,
border-radius: 0px;
}
+/* fix for some maximized windows
+ https://github.com/mate-desktop/mate-desktop/issues/291
+ FIXME Sadly pluma ignore doesn't show the maximised style class */
+
+window.background.maximized.engrampa-window > grid.horizontal > paned.horizontal > scrolledwindow.frame,
+window.background.maximized.atril-window > box.vertical > paned.horizontal > box.vertical > scrolledwindow.frame,
+window.background.pluma-window > box.vertical > paned.horizontal > paned.vertical > notebook box.vertical > scrolledwindow.frame,
+window.background.maximized.logview-window > box.vertical > paned.horizontal > box.vertical > scrolledwindow.frame {
+ border-right-width: 0px;
+}
+
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
index 2756c54f..791a7c3e 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
@@ -699,3 +699,14 @@ matekbd-keyboard-drawing,
border-radius: 0px;
}
+/* fix for some maximized windows
+ https://github.com/mate-desktop/mate-desktop/issues/291
+ FIXME Sadly pluma ignore doesn't show the maximised style class */
+
+window.background.maximized.engrampa-window > grid.horizontal > paned.horizontal > scrolledwindow.frame,
+window.background.maximized.atril-window > box.vertical > paned.horizontal > box.vertical > scrolledwindow.frame,
+window.background.pluma-window > box.vertical > paned.horizontal > paned.vertical > notebook box.vertical > scrolledwindow.frame,
+window.background.maximized.logview-window > box.vertical > paned.horizontal > box.vertical > scrolledwindow.frame {
+ border-right-width: 0px;
+}
+
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css
index 1454e45f..efb2bc23 100644
--- a/desktop-themes/Menta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css
@@ -941,3 +941,14 @@ matekbd-keyboard-drawing,
border-radius: 0px;
}
+/* fix for some maximized windows
+ https://github.com/mate-desktop/mate-desktop/issues/291
+ FIXME Sadly pluma ignore doesn't show the maximised style class */
+
+window.background.maximized.engrampa-window > grid.horizontal > paned.horizontal > scrolledwindow.frame,
+window.background.maximized.atril-window > box.vertical > paned.horizontal > box.vertical > scrolledwindow.frame,
+window.background.pluma-window > box.vertical > paned.horizontal > paned.vertical > notebook box.vertical > scrolledwindow.frame,
+window.background.maximized.logview-window > box.vertical > paned.horizontal > box.vertical > scrolledwindow.frame {
+ border-right-width: 0px;
+}
+
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
index 566a1d65..b98ec89b 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
@@ -620,3 +620,14 @@ matekbd-keyboard-drawing,
border-radius: 0px;
}
+/* fix for some maximized windows
+ https://github.com/mate-desktop/mate-desktop/issues/291
+ FIXME Sadly pluma ignore doesn't show the maximised style class */
+
+window.background.maximized.engrampa-window > grid.horizontal > paned.horizontal > scrolledwindow.frame,
+window.background.maximized.atril-window > box.vertical > paned.horizontal > box.vertical > scrolledwindow.frame,
+window.background.pluma-window > box.vertical > paned.horizontal > paned.vertical > notebook box.vertical > scrolledwindow.frame,
+window.background.maximized.logview-window > box.vertical > paned.horizontal > box.vertical > scrolledwindow.frame {
+ border-right-width: 0px;
+}
+
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
index be86d025..691ab87b 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
@@ -620,3 +620,14 @@ matekbd-keyboard-drawing,
border-radius: 0px;
}
+/* fix for some maximized windows
+ https://github.com/mate-desktop/mate-desktop/issues/291
+ FIXME Sadly pluma ignore doesn't show the maximised style class */
+
+window.background.maximized.engrampa-window > grid.horizontal > paned.horizontal > scrolledwindow.frame,
+window.background.maximized.atril-window > box.vertical > paned.horizontal > box.vertical > scrolledwindow.frame,
+window.background.pluma-window > box.vertical > paned.horizontal > paned.vertical > notebook box.vertical > scrolledwindow.frame,
+window.background.maximized.logview-window > box.vertical > paned.horizontal > box.vertical > scrolledwindow.frame {
+ border-right-width: 0px;
+}
+