~willcooke/ubuntu-themes/progress-bars

« back to all changes in this revision

Viewing changes to Ambiance/gtk-3.0/apps/gnome-terminal.css

  • Committer: CI Train Bot
  • Author(s): Lars Uebernickel
  • Date: 2016-02-09 11:54:01 UTC
  • mfrom: (465.1.1 fix-terminal)
  • Revision ID: ci-train-bot@canonical.com-20160209115401-v0oeujv94okij6zu
gnome-terminal: fix scrollbar background Fixes: #1539055
Approved by: PS Jenkins bot, Iain Lane

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
TerminalScreenContainer .scrollbar.slider.dragging {
18
18
    border-radius: 1px;
19
19
}
 
20
 
 
21
TerminalScreenContainer .scrollbar {
 
22
    background-color: transparent;
 
23
}