[evince] css: Avoid borders collision in sidebar
- From: Carlos Garcia Campos <carlosgc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] css: Avoid borders collision in sidebar
- Date: Sat, 29 Nov 2014 11:44:22 +0000 (UTC)
commit 14267af851136462325c8fbb3019bd754b026779
Author: Trinh Anh Ngoc <atw1990 gmail com>
Date: Sun Nov 23 19:30:27 2014 +0700
css: Avoid borders collision in sidebar
https://bugzilla.gnome.org/show_bug.cgi?id=739836
shell/evince.css | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/shell/evince.css b/shell/evince.css
index 8653dec..731ebfe 100644
--- a/shell/evince.css
+++ b/shell/evince.css
@@ -55,3 +55,19 @@ EvSidebarThumbnails.page-thumbnail.inverted {
GtkIconView {
gtk-key-bindings: MoveCursor;
}
+
+EvSidebar GtkScrolledWindow {
+ border-width: 1px 0 0 0;
+}
+
+EvFindSidebar GtkScrolledWindow {
+ border-width: 1px 0 0 0;
+}
+
+EvSidebarAnnotations GtkScrolledWindow {
+ border: none;
+}
+
+EvSidebarBookmarks GtkScrolledWindow {
+ border-width: 1px 0;
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]