diff options
author | raveit65 <[email protected]> | 2015-12-22 15:02:12 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-12-22 15:02:12 +0100 |
commit | f927f95a8ea0d7ed1412f13bdc0c4d6f68013262 (patch) | |
tree | 0c09f380a2d87a9bf0a7575d01f034df1f943d09 /desktop-themes/Blue-Submarine/gtk-3.0 | |
parent | 776e0ddba21f9086e6f6ba7b7c8c744a463391e5 (diff) | |
download | mate-themes-f927f95a8ea0d7ed1412f13bdc0c4d6f68013262.tar.bz2 mate-themes-f927f95a8ea0d7ed1412f13bdc0c4d6f68013262.tar.xz |
GTK3: submarine themes: adjustments for some media players + vitual-manager
- gnome-mplayer
- parole
Diffstat (limited to 'desktop-themes/Blue-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 9 | ||||
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css | 19 |
2 files changed, 5 insertions, 23 deletions
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 f66756f0..0f138a3e 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -815,10 +815,11 @@ GtkScrolledWindow.frame { border-image: none;
}
-/* ie. controls gnome-mplayer */
+/* ie. controls gnome-mplayer, virtual-manager */
.button.flat.image-button,
+.button.flat.image-button:hover,
GtkVolumeButton.button.flat {
- padding: 8px;
+ padding: 4px;
}
.button:hover {
@@ -4738,7 +4739,6 @@ GtkOverlay.osd { border-width: 1px;
}
-
/* ie. parole media-player */
/* previous/play/next */
.osd .horizontal .horizontal .button {
@@ -4763,7 +4763,8 @@ GtkOverlay.osd { }
/* ie. volume button */
-.osd .horizontal .button {
+.osd .horizontal .button,
+.osd .horizontal .button:hover {
padding: 5px 8px;
}
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 d2853aed..cceeed94 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css @@ -679,26 +679,7 @@ NemoWindow .notebook tab .button GtkImage:active:hover { ParoleMediaList .toolbar.inline-toolbar .button { padding: 11px; } -/* -GtkPaned GtkOverlay GtkRevealer.bottom .button.flat.image-button { - border-style: none; - background-color: transparent; - padding: 4px 6px; - box-shadow: inset 0px 1px alpha(shade(@button_border, 1.00), 0.90), - inset 1px 0px alpha(shade(@button_border, 0.94), 0.90), - inset -1px 0px alpha(shade(@button_border, 0.88), 0.90), - inset 0px -1px alpha(shade(@button_border, 0.88), 0.90); -} -GtkPaned GtkOverlay GtkRevealer.bottom .button.flat.image-button:hover { - border-style: none; - padding: 4px 6px; - box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3), - inset 1px 0px shade (@theme_selected_bg_color, 1.3), - inset -1px 0px shade (@theme_selected_bg_color, 1.3), - inset 0px -1px shade (@theme_selected_bg_color, 1.3); -} -*/ /**************** * Dconf-editor * ****************/ |