From 5c3aab6fa5085d947693f5933a312f56b7c58d82 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Fri, 22 May 2015 20:38:40 +0200 Subject: some terminal tweaks --- gtk-3.0/gtk-contained.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gtk-3.0/gtk-contained.css') diff --git a/gtk-3.0/gtk-contained.css b/gtk-3.0/gtk-contained.css index 1afb597..1ae84e0 100644 --- a/gtk-3.0/gtk-contained.css +++ b/gtk-3.0/gtk-contained.css @@ -2293,6 +2293,10 @@ TerminalWindow .notebook tab.reorderable-page.top:active, TerminalWindow .notebo border-color: #d4d5db; } TerminalWindow .notebook tab.reorderable-page.top:active:backdrop, TerminalWindow .notebook tab.reorderable-page.top:active:hover:backdrop { background-color: rgba(239, 240, 242, 0.95); } +TerminalWindow .scrollbar.vertical .slider { + margin-left: 3px; } +TerminalWindow .scrollbar.trough { + border-width: 0; } NautilusCanvasViewContainer.view .entry, NemoIconViewContainer .entry { border-radius: 3px; } @@ -2758,6 +2762,8 @@ PantheonTerminalPantheonTerminalWindow.background { background-color: transparent; } PantheonTerminalPantheonTerminalWindow.background .titlebar { background-color: rgba(231, 232, 235, 0.95); } + PantheonTerminalPantheonTerminalWindow.background .notebook.header.top { + box-shadow: inset 0 1px #d4d5db, inset 0 -1px #edf0f3; } SwitchboardCategoryView .view:selected, SwitchboardCategoryView .view:selected:focus { -- cgit v1.2.3