From 95507634435eba8b432197b2b9bd8e8443521703 Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Wed, 21 Oct 2015 17:16:06 +0200 Subject: Gtk+-3.18 submarine themes: adjust nemo searchbar/statusbar and Parole medialist button --- .../Blue-Submarine/gtk-3.0/other-applications.css | 20 ++++++++++++-------- .../Green-Submarine/gtk-3.0/other-applications.css | 20 +++++++++++++------- 2 files changed, 25 insertions(+), 15 deletions(-) diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css index 88e0e6c4..70739017 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css @@ -40,7 +40,7 @@ NemoSearchBar * { } NemoSearchBar .entry { - padding: 2px 8px; + padding: 4px 8px; border-width: 0px; border-radius: 4px; box-shadow: inset 0px 3px alpha(#000, 0.03), @@ -236,7 +236,7 @@ NemoWindow .primary-toolbar.toolbar .button:hover { NemoWindow .primary-toolbar.toolbar .entry { padding: 3px 8px; } - +/* NemoWindow .primary-toolbar.toolbar .button:active, NemoWindow .primary-toolbar.toolbar .button:active:hover, NemoWindow .primary-toolbar.toolbar .button:checked, @@ -269,7 +269,7 @@ NemoWindow .primary-toolbar.toolbar .button:checked:hover { border-radius: 5px; border-color: transparent; } - +*/ NemoWindow .primary-toolbar.toolbar NemoPathbarButton { padding: 4px; border-image: none; @@ -341,7 +341,7 @@ NemoWindow .primary-toolbar.toolbar NemoPathbarButton *:checked:hover { color: shade(@theme_text_dark_color, 1.00); text-shadow: 1px 1px @theme_shadow_dark_color; } - +/* NemoWindow .primary-toolbar.toolbar .button:active, NemoWindow .primary-toolbar.toolbar .button:active:hover, NemoWindow .primary-toolbar.toolbar .button:checked, @@ -377,7 +377,7 @@ NemoWindow .primary-toolbar.toolbar .button:hover { inset -1px 0px shade (@theme_selected_bg_color, 1.3), inset 0px -1px shade (@theme_selected_bg_color, 1.3); } - +*/ NemoWindow .primary-toolbar .toolbar { background-color: @theme_bg_color; } @@ -392,7 +392,7 @@ NemoWindow .toolbar { } NemoStatusBar.toolbar .button { - padding: 4px; + padding: 6px; } /* small buttons statusbar nemo */ @@ -641,6 +641,10 @@ NemoWindow .notebook tab .button GtkImage:active:hover { /* Parole media player needs more testing! */ +ParoleMediaList .toolbar.inline-toolbar .button { + padding: 11px; +} +/* GtkPaned GtkOverlay GtkRevealer.bottom .button.flat.image-button { border-style: none; background-color: transparent; @@ -659,16 +663,16 @@ GtkPaned GtkOverlay GtkRevealer.bottom .button.flat.image-button:hover { inset -1px 0px shade (@theme_selected_bg_color, 1.3), inset 0px -1px shade (@theme_selected_bg_color, 1.3); } - +*/ /**************** * Dconf-editor * ****************/ -/* sidebar */ DConfWindow GtkTreeView.view { -GtkTreeView-expander-size: 12; /* arrow size in list/tree views */ } +/* sidebar */ DConfWindow GtkTreeView.view, DConfWindow GtkTreeView.view row { background-color: shade (@theme_bg_color, 1.08); diff --git a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css index 7012f603..79bbaf73 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css @@ -40,7 +40,7 @@ NemoSearchBar * { } NemoSearchBar .entry { - padding: 2px 8px; + padding: 4px 8px; border-width: 0px; border-radius: 4px; box-shadow: inset 0px 3px alpha(#000, 0.03), @@ -272,7 +272,7 @@ NemoWindow .primary-toolbar.toolbar .button:hover { NemoWindow .primary-toolbar.toolbar .entry { padding: 3px 8px; } - +/* NemoWindow .primary-toolbar.toolbar .button:active, NemoWindow .primary-toolbar.toolbar .button:active:hover, NemoWindow .primary-toolbar.toolbar .button:checked, @@ -305,7 +305,7 @@ NemoWindow .primary-toolbar.toolbar .button:checked:hover { border-radius: 5px; border-color: transparent; } - +*/ NemoWindow .primary-toolbar.toolbar NemoPathbarButton { padding: 4px; border-image: none; @@ -377,7 +377,7 @@ NemoWindow .primary-toolbar.toolbar NemoPathbarButton *:checked:hover { color: shade(@theme_text_dark_color, 1.00); text-shadow: 1px 1px @theme_shadow_dark_color; } - +/* NemoWindow .primary-toolbar.toolbar .button:active, NemoWindow .primary-toolbar.toolbar .button:active:hover, NemoWindow .primary-toolbar.toolbar .button:checked, @@ -413,7 +413,7 @@ NemoWindow .primary-toolbar.toolbar .button:hover { inset 0px -1px shade(@selected_bg_color, 0.93), inset -1px 0px shade(@selected_bg_color, 0.93); } - +*/ NemoWindow .primary-toolbar .toolbar { background-color: @theme_bg_color; } @@ -428,7 +428,7 @@ NemoWindow .toolbar { } NemoStatusBar.toolbar .button { - padding: 4px; + padding: 6px; } /* small buttons statusbar nemo */ @@ -675,15 +675,21 @@ NemoWindow .notebook tab .button GtkImage:active:hover { border-radius: 4px; } +/* Parole media player needs more testing! */ + +ParoleMediaList .toolbar.inline-toolbar .button { + padding: 11px; +} + /**************** * Dconf-editor * ****************/ -/* sidebar */ DConfWindow GtkTreeView.view { -GtkTreeView-expander-size: 12; /* arrow size in list/tree views */ } +/* sidebar */ DConfWindow GtkTreeView.view, DConfWindow GtkTreeView.view row { background-color: shade (@theme_bg_color, 1.08); -- cgit v1.2.1