Merge lp:~larsu/ubuntu-themes/fix-terminal into lp:ubuntu-themes

Proposed by Lars Karlitski on 2016-02-08
Status: Merged
Approved by: Iain Lane on 2016-02-09
Approved revision: 466
Merged at revision: 466
Proposed branch: lp:~larsu/ubuntu-themes/fix-terminal
Merge into: lp:ubuntu-themes
Diff against target: 23 lines (+8/-0)
2 files modified
Ambiance/gtk-3.0/apps/gnome-terminal.css (+4/-0)
Radiance/gtk-3.0/apps/gnome-terminal.css (+4/-0)
To merge this branch: bzr merge lp:~larsu/ubuntu-themes/fix-terminal
Reviewer Review Type Date Requested Status
Iain Lane 2016-02-08 Approve on 2016-02-09
PS Jenkins bot continuous-integration Approve on 2016-02-08
Review via email: mp+285331@code.launchpad.net

Commit Message

gnome-terminal: fix scrollbar background

Description of the Change

gnome-terminal: fix scrollbar background

To post a comment you must log in.
Iain Lane (laney) wrote :

funny, that's what I did too

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Ambiance/gtk-3.0/apps/gnome-terminal.css'
2--- Ambiance/gtk-3.0/apps/gnome-terminal.css 2015-09-09 18:22:06 +0000
3+++ Ambiance/gtk-3.0/apps/gnome-terminal.css 2016-02-08 12:05:59 +0000
4@@ -17,3 +17,7 @@
5 TerminalScreenContainer .scrollbar.slider.dragging {
6 border-radius: 1px;
7 }
8+
9+TerminalScreenContainer .scrollbar {
10+ background-color: transparent;
11+}
12
13=== modified file 'Radiance/gtk-3.0/apps/gnome-terminal.css'
14--- Radiance/gtk-3.0/apps/gnome-terminal.css 2015-09-09 18:22:06 +0000
15+++ Radiance/gtk-3.0/apps/gnome-terminal.css 2016-02-08 12:05:59 +0000
16@@ -17,3 +17,7 @@
17 TerminalScreenContainer .scrollbar.slider.dragging {
18 border-radius: 1px;
19 }
20+
21+TerminalScreenContainer .scrollbar {
22+ background-color: transparent;
23+}

Subscribers

People subscribed via source and target branches