mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 08:40:08 +00:00
win32: No frames around scrolled windows directly in tabs
This commit is contained in:
parent
7e97dce946
commit
3598756bee
@ -81,6 +81,10 @@ GtkFrame {
|
||||
transition: 750ms linear lop;
|
||||
}
|
||||
|
||||
.notebook > GtkScrolledWindow.frame {
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
GtkScrolledWindow.frame {
|
||||
border-style: solid;
|
||||
border-width: 2px;
|
||||
|
Loading…
Reference in New Issue
Block a user