diff options
author | Wolfgang Ulbrich <[email protected]> | 2016-02-19 15:46:26 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-02-19 15:46:26 +0100 |
commit | 179e3c992985702515915d98c7c5946b3b7e2ec3 (patch) | |
tree | 050b103a3dd1b846c238896317c452aed490a90b /desktop-themes/Blue-Submarine | |
parent | 06dc50771c10616003c0a3963a3c06b36f4ec3cd (diff) | |
download | mate-themes-179e3c992985702515915d98c7c5946b3b7e2ec3.tar.bz2 mate-themes-179e3c992985702515915d98c7c5946b3b7e2ec3.tar.xz |
fix typo in previous commit
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-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; |