diff options
Diffstat (limited to 'desktop-themes/Green-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 9 | ||||
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 21 |
2 files changed, 5 insertions, 25 deletions
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css index 6665f1e1..38ab9363 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-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 {
@@ -4741,7 +4742,6 @@ GtkOverlay.osd { border-width: 1px;
}
-
/* ie. parole media-player */
/* previous/play/next */
.osd .horizontal .horizontal .button {
@@ -4766,7 +4766,8 @@ GtkOverlay.osd { }
/* ie. volume button */
-.osd .horizontal .button {
+.osd .horizontal .button,
+.osd .horizontal .button:hover {
padding: 5px 8px;
}
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css index 8d211318..5b703ac9 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css @@ -1265,27 +1265,6 @@ FrWindow .toolbar.primary-toolbar { border-width: 0 0 1px 0; } -/* Parole media player needs more testing! */ - -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(@selected_bg_color, 1.05), - inset 1px 0px shade(@selected_bg_color, 0.97), - inset -1px 0px shade(@selected_bg_color, 0.93), - inset 0px -1px shade(@selected_bg_color, 0.93); -} - /********* * Atril * *********/ |