diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-10-21 17:16:06 +0200 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-10-21 17:16:06 +0200 |
commit | bc900fdeba128f2425d662f473411318f477c598 (patch) | |
tree | 41c547b8f98239dafa689e33e78086eeacc77c84 /desktop-themes/Blue-Submarine | |
parent | e91fe6e7134b4f668b449162434dd83baa9381e0 (diff) | |
download | mate-themes-bc900fdeba128f2425d662f473411318f477c598.tar.bz2 mate-themes-bc900fdeba128f2425d662f473411318f477c598.tar.xz |
Gtk+-3.18 submarine themes: adjust nemo searchbar/statusbar and Parole medialist button
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css | 20 |
1 files changed, 12 insertions, 8 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); |