summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLapo Calamandrei <calamandrei@gmail.com>2014-06-16 17:12:03 +0200
committerLapo Calamandrei <calamandrei@gmail.com>2014-06-16 17:12:03 +0200
commit490cb30c789840eeabab9f15dd550f676a0e6936 (patch)
treead651f0754a1bc620973bde48367a7880efe3b65
parent67b4749be04c3e0827d02884ced1b715f373f71f (diff)
downloadgtk+-490cb30c789840eeabab9f15dd550f676a0e6936.tar.gz
Adwaita: GtkPaned separator invisible border shrinking
-rw-r--r--gtk/resources/theme/Adwaita/_common.scss4
-rw-r--r--gtk/resources/theme/Adwaita/gtk-contained-dark.css4
-rw-r--r--gtk/resources/theme/Adwaita/gtk-contained.css4
3 files changed, 6 insertions, 6 deletions
diff --git a/gtk/resources/theme/Adwaita/_common.scss b/gtk/resources/theme/Adwaita/_common.scss
index d92d70e614..93254f9fc1 100644
--- a/gtk/resources/theme/Adwaita/_common.scss
+++ b/gtk/resources/theme/Adwaita/_common.scss
@@ -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;
}
}
diff --git a/gtk/resources/theme/Adwaita/gtk-contained-dark.css b/gtk/resources/theme/Adwaita/gtk-contained-dark.css
index 8090cd26ba..225b33a163 100644
--- a/gtk/resources/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/resources/theme/Adwaita/gtk-contained-dark.css
@@ -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); }
diff --git a/gtk/resources/theme/Adwaita/gtk-contained.css b/gtk/resources/theme/Adwaita/gtk-contained.css
index ab3fe600bf..4589238958 100644
--- a/gtk/resources/theme/Adwaita/gtk-contained.css
+++ b/gtk/resources/theme/Adwaita/gtk-contained.css
@@ -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); }