[gtk+] win32: No frames around scrolled windows directly in tabs
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] win32: No frames around scrolled windows directly in tabs
- Date: Thu, 15 Mar 2012 20:15:05 +0000 (UTC)
commit 3598756bee808a83fa94f268319e7f1611e25eaa
Author: Alexander Larsson <alexl redhat com>
Date: Thu Mar 15 21:04:27 2012 +0100
win32: No frames around scrolled windows directly in tabs
gtk/gtk-win32-base.css | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtk-win32-base.css b/gtk/gtk-win32-base.css
index 59792a2..160f84d 100644
--- a/gtk/gtk-win32-base.css
+++ b/gtk/gtk-win32-base.css
@@ -81,6 +81,10 @@ GtkFrame {
transition: 750ms linear lop;
}
+.notebook > GtkScrolledWindow.frame {
+ border-style: none;
+}
+
GtkScrolledWindow.frame {
border-style: solid;
border-width: 2px;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]