[gnome-shell] appDisplay: Fix view-switcher buttons in RTL locales



commit fcded2ea2b875ff175a53829fbffd629cd8139a7
Author: Florian Müllner <fmuellner gnome org>
Date:   Wed Feb 20 17:36:27 2013 +0100

    appDisplay: Fix view-switcher buttons in RTL locales
    
    https://bugzilla.gnome.org/show_bug.cgi?id=694265

 data/theme/gnome-shell.css |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 6610cbb..5df743d 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -869,11 +869,13 @@ StScrollBar StButton#vhandle:active {
     background-gradient-direction: vertical;
 }
 
-.app-view-control:first-child {
+.app-view-control:first-child:ltr,
+.app-view-control:last-child:rtl {
     border-radius: 8px 0px 0px 8px;
 }
 
-.app-view-control:last-child {
+.app-view-control:last-child:ltr,
+.app-view-control:first-child:rtl {
     border-radius: 0px 8px 8px 0px;
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]