[gnome-themes-standard] contacts: fix toolbar separator to work RTL as well as LTR
- From: Erick Pérez Castellanos <erickpc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] contacts: fix toolbar separator to work RTL as well as LTR
- Date: Mon, 19 Aug 2013 16:19:55 +0000 (UTC)
commit f73418a6f209a02dfb83ca53e8f86fc1d6f5448a
Author: Erick Pérez Castellanos <erick red gmail com>
Date: Mon Aug 19 12:08:44 2013 -0400
contacts: fix toolbar separator to work RTL as well as LTR
themes/Adwaita/gtk-3.0/gnome-applications.css | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index 0711ecb..a6aa3ca 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -619,10 +619,14 @@ EphyWindow.background EphyNotebook.notebook:last-child {
}
/* Border on the right in the left menu toolbar */
-.contacts-left-header-bar {
+.contacts-left-header-bar:dir(ltr) {
border-right-width: 1px;
}
+.contacts-left-header-bar:dir(rtl) {
+ border-left-width: 1px;
+}
+
.contacts-avatar-frame.frame {
border-width: 1px 1px 0 1px;
border-style: solid;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]