mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-16 13:40:31 +00:00
Adwaita: GtkPaned separator invisible border shrinking
This commit is contained in:
parent
67b4749be0
commit
490cb30c78
@ -1680,10 +1680,10 @@ GtkFileChooserDialog .dialog-action-box {
|
||||
|
||||
GtkPaned {
|
||||
// This is actually the invisible area of the paned separator, not a margin...
|
||||
margin: 0 16px 16px 0; //drag area of the separator
|
||||
margin: 0 8px 8px 0; //drag area of the separator
|
||||
&:dir(rtl) {
|
||||
margin-right: 0;
|
||||
margin-left: 16px;
|
||||
margin-left: 8x;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2188,10 +2188,10 @@ GtkFileChooserDialog .dialog-action-box {
|
||||
color: #383e3e; }
|
||||
|
||||
GtkPaned {
|
||||
margin: 0 16px 16px 0; }
|
||||
margin: 0 8px 8px 0; }
|
||||
GtkPaned:dir(rtl) {
|
||||
margin-right: 0;
|
||||
margin-left: 16px; }
|
||||
margin-left: 8x; }
|
||||
|
||||
.pane-separator {
|
||||
background-image: linear-gradient(to bottom, #1c1f1f); }
|
||||
|
@ -2186,10 +2186,10 @@ GtkFileChooserDialog .dialog-action-box {
|
||||
color: #dfdfdf; }
|
||||
|
||||
GtkPaned {
|
||||
margin: 0 16px 16px 0; }
|
||||
margin: 0 8px 8px 0; }
|
||||
GtkPaned:dir(rtl) {
|
||||
margin-right: 0;
|
||||
margin-left: 16px; }
|
||||
margin-left: 8x; }
|
||||
|
||||
.pane-separator {
|
||||
background-image: linear-gradient(to bottom, #a1a1a1); }
|
||||
|
Loading…
Reference in New Issue
Block a user