diff options
author | raveit65 <[email protected]> | 2017-04-01 10:16:15 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-04-01 10:16:15 +0200 |
commit | 2927783fb715251b27e41d457c39b9896ab1d130 (patch) | |
tree | 42fd8539020dbd96fc58488b4a29967e4de6342a /desktop-themes/TraditionalOk | |
parent | 324acf6a1fb313fbf990f39747ca9050cf7b5958 (diff) | |
download | mate-themes-2927783fb715251b27e41d457c39b9896ab1d130.tar.bz2 mate-themes-2927783fb715251b27e41d457c39b9896ab1d130.tar.xz |
Gtk+-3.20 Traditional: set color to the notebook header border in mate-terminal
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css index 06095a16..2e2f758c 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css @@ -539,7 +539,7 @@ window.background.mate-terminal > box.vertical > notebook > header.top tab { padding: 4px 2px 4px 6px; margin: 0px 0px 0px -1px; border-style: solid; - border-color: @border_color; + border-color: @theme_bg_color; border-width: 1px; } |