diff options
author | Horst3180 | 2016-09-19 22:00:11 +0200 |
---|---|---|
committer | Horst3180 | 2016-09-19 22:00:11 +0200 |
commit | 8266ad0ebc8f9c0dbce7e18f0c100873f753b2ad (patch) | |
tree | 0ee576cb148553bd99497830462a19ce7b9b38ec /common/gtk-3.0/3.20/sass | |
parent | 64382c9bf6504297b74bf56ea1d0962ac8a3e60b (diff) | |
download | solarc-theme-8266ad0ebc8f9c0dbce7e18f0c100873f753b2ad.tar.gz solarc-theme-8266ad0ebc8f9c0dbce7e18f0c100873f753b2ad.tar.xz solarc-theme-8266ad0ebc8f9c0dbce7e18f0c100873f753b2ad.zip |
add some mate application styling
Diffstat (limited to 'common/gtk-3.0/3.20/sass')
-rw-r--r-- | common/gtk-3.0/3.20/sass/_applications.scss | 22 |
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; } |