summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-01-08 15:17:13 +0100
committerraveit65 <[email protected]>2015-01-08 15:18:34 +0100
commitff358147d5ecccca49db778884f8f28afff00cec (patch)
tree10b9458a779b79c82ebfe9616bd0cc474c0b592a /desktop-themes
parentbf1f8a1e4ea7de347bd2c15d39e7a0f271b2535c (diff)
downloadmate-themes-ff358147d5ecccca49db778884f8f28afff00cec.tar.bz2
mate-themes-ff358147d5ecccca49db778884f8f28afff00cec.tar.xz
BlueMenta GTK3: add transition effect to GtkLinkButton
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index 4bdc9f98..18468806 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -1486,8 +1486,11 @@ GtkComboBox.combobox-entry .button {
}
GtkLinkButton.button,
-GtkLinkButton.button:active {
- text-shadow: none;
+GtkLinkButton.button:hover,
+GtkLinkButton.button:active,
+GtkLinkButton.button:active:hover {
+ transition: all 400ms ease-in;
+ text-shadow: none;
}
.button .separator {