diff options
author | Wolfgang Ulbrich <[email protected]> | 2016-02-19 15:46:26 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-02-19 15:47:23 +0100 |
commit | 5725ef349f3f2a5c4aafbdc6e53ae7b9aa9ea417 (patch) | |
tree | 58fa186bd01ec3ca5dc99b51387fafbcb2fea79f | |
parent | f324d89e5ac763118e61652d985fe7e051bc3849 (diff) | |
download | mate-themes-5725ef349f3f2a5c4aafbdc6e53ae7b9aa9ea417.tar.bz2 mate-themes-5725ef349f3f2a5c4aafbdc6e53ae7b9aa9ea417.tar.xz |
fix typo in previous commit
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 2f7b8bc4..95591cba 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -702,7 +702,7 @@ MatePanelApplet .horizontal .vertical .frame { } /* Background mate-terminal, this isn't the normal way to style that! */ -.mate-terminal .vte { +.mate-terminal vte { -TerminalWindow-background-darkness: 0.95; background-color: @terminal_background_color; color: @selected_fg_color; |