aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20/sass/_applications.scss
diff options
context:
space:
mode:
Diffstat (limited to 'common/gtk-3.0/3.20/sass/_applications.scss')
-rw-r--r--common/gtk-3.0/3.20/sass/_applications.scss22
1 files changed, 20 insertions, 2 deletions
diff --git a/common/gtk-3.0/3.20/sass/_applications.scss b/common/gtk-3.0/3.20/sass/_applications.scss
index ea98120..c5882b0 100644
--- a/common/gtk-3.0/3.20/sass/_applications.scss
+++ b/common/gtk-3.0/3.20/sass/_applications.scss
@@ -7,9 +7,10 @@ terminal-window notebook {
}
//
-// GNOME Terminal
+// GNOME Terminal, MATE Terminal
//
-terminal-window {
+terminal-window,
+.mate-terminal {
notebook {
> header.top {
@@ -265,6 +266,23 @@ $disk_space_free: darken($bg_color, 3%);
}
//
+// Pluma
+//
+
+.pluma-window statusbar frame > border { border: none; }
+
+.pluma-window notebook > stack scrolledwindow { border-width: 0 0 1px 0; }
+
+#pluma-status-combo-button {
+ min-height: 0;
+ padding: 0;
+
+ border-top: none;
+ border-bottom: none;
+ border-radius: 0;
+}
+
+//
// Gnome Builder
//
.gb-search-entry-occurrences-tag { background: none; }