From f7b36045934666a7f6d760e2ef0ffaebcd747088 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 9 May 2016 19:31:01 +0200 Subject: GTK+-3.20 Submarine themes: style meld preferences --- .../Blue-Submarine/gtk-3.0/gtk-widgets.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'desktop-themes/Blue-Submarine') diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css index 1212cc54..24fc59b0 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -3290,6 +3290,9 @@ notebook header.top { box-shadow: inset 0px -1px alpha(shade(@button_border, 1.00), 0.90); } +dialog.background.csd > box.vertical.dialog-vbox > notebook > header.top, +dialog.background.ssd > box.vertical.dialog-vbox > notebook > header.top, +dialog.background.solid-csd > box.vertical.dialog-vbox > notebook > header.top, printdialog notebook header.top { border-radius: 0px; } @@ -3429,6 +3432,9 @@ paned.horizontal > notebook > header button.flat.small-button { /* tabs in dialog windows */ /* horizontal tabs */ +dialog.background.csd > box.vertical.dialog-vbox > notebook > header.top tab, /* meld preferences */ +dialog.background.ssd > box.vertical.dialog-vbox > notebook > header.top tab, +dialog.background.solid-csd > box.vertical.dialog-vbox > notebook > header.top tab, printdialog notebook > header tab, notebook.frame > header.top tab, notebook.frame > header.bottom tab { @@ -3439,6 +3445,12 @@ notebook.frame > header.bottom tab { border-color: transparent; } +dialog.background.csd > box.vertical.dialog-vbox > notebook > header.top tab:checked, +dialog.background.ssd > box.vertical.dialog-vbox > notebook > header.top tab:checked, +dialog.background.solid-csd > box.vertical.dialog-vbox > notebook > header.top tab:checked, +dialog.background.csd > box.vertical.dialog-vbox > notebook > header.top tab:checked:hover, +dialog.background.ssd > box.vertical.dialog-vbox > notebook > header.top tab:checked:hover, +dialog.background.solid-csd > box.vertical.dialog-vbox > notebook > header.top tab:checked:hover, printdialog notebook > header.top tab:checked, printdialog notebook > header.top tab:checked:hover, notebook.frame > header.top tab:checked, @@ -3452,6 +3464,9 @@ notebook.frame > header.top tab:checked:hover { border-color: @notebook_border; } +dialog.background.csd > box.vertical.dialog-vbox > notebook > header.top tab:hover, +dialog.background.ssd > box.vertical.dialog-vbox > notebook > header.top tab:hover, +dialog.background.solid-csd > box.vertical.dialog-vbox > notebook > header.top tab:hover, printdialog notebook > header.top tab:hover, notebook.frame > header.top tab:hover { background-image: linear-gradient(to bottom, @@ -5552,6 +5567,13 @@ headerbar, border-width: 0px; } +/* ie. meld */ +dialog.background.csd > headerbar.titlebar, +dialog.background.ssd > headerbar.titlebar, +dialog.background.solid-csd > headerbar.titlebar { + padding: 4px 6px 5px 6px; +} + headerbar:backdrop, .titlebar:backdrop { border-image: linear-gradient(to top, -- cgit v1.2.1