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/Green-Submarine/gtk-3.0 | |
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/Green-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/other-applications.css | 20 |
1 files changed, 13 insertions, 7 deletions
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); |