win32: No frames around scrolled windows directly in tabs

This commit is contained in:
Alexander Larsson 2012-03-15 21:04:27 +01:00
parent 7e97dce946
commit 3598756bee

View File

@ -81,6 +81,10 @@ GtkFrame {
transition: 750ms linear lop;
}
.notebook > GtkScrolledWindow.frame {
border-style: none;
}
GtkScrolledWindow.frame {
border-style: solid;
border-width: 2px;