summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2013-02-22 09:43:50 -0500
committerCosimo Cecchi <cosimoc@gnome.org>2013-02-22 09:45:31 -0500
commitb5f30d1d797f5ff27148f57796934fc2ea55155c (patch)
treed864f9d1b55378193be1fc7b894200e864a38306
parenta686451bd9e073c5d8b6c61918867b4adb08b3e2 (diff)
downloadgnome-themes-standard-b5f30d1d797f5ff27148f57796934fc2ea55155c.tar.gz
spinbutton: fix spinbutton box shadows for RTL case
-rw-r--r--themes/Adwaita/gtk-3.0/gtk-widgets.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index aa28a9a1..7bc5c4e1 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -559,7 +559,6 @@ GtkTreeView.separator:backdrop,
}
.spinbutton .button:backdrop {
- box-shadow: inset 1px 0 @unfocused_entry_separators;
box-shadow: none;
}
@@ -591,6 +590,10 @@ GtkTreeView.separator:backdrop,
border-radius: 0 2px 2px 0;
}
+.spinbutton .button:dir(rtl) {
+ box-shadow: inset -1px 0 @inset_dark_color;
+}
+
/* Add back the glowy effect from the entry covered by the pushed button background*/
.spinbutton .button:active {
box-shadow: inset 1px 0 @inset_dark_color,