[gtk] placesview: Bring spacing in the actionbar back
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] placesview: Bring spacing in the actionbar back
- Date: Tue, 30 Apr 2019 04:02:23 +0000 (UTC)
commit af5c80248d3c6ba049d1c4defa8461f3346e19b8
Author: Timm Bäder <tbaeder redhat com>
Date: Mon Apr 29 08:47:24 2019 +0200
placesview: Bring spacing in the actionbar back
In particular between the Connect button and the adjacent button/entry
combination.
gtk/theme/Adwaita/_common.scss | 6 ++----
gtk/theme/Adwaita/gtk-contained-dark.css | 2 +-
gtk/theme/Adwaita/gtk-contained.css | 2 +-
3 files changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 7c71e3e1ac..0cca57dbfa 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -4059,10 +4059,8 @@ placesview {
row.activatable:hover { background-color: transparent; }
- // this selects the "connect to server" label
- > actionbar > revealer > box > label {
- padding-left: 8px;
- padding-right: 8px;
+ > actionbar > revealer > box > box{
+ border-spacing: 6px;
}
}
diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css
index 7f24ea935d..66096e0f9b 100644
--- a/gtk/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/theme/Adwaita/gtk-contained-dark.css
@@ -1771,7 +1771,7 @@ placesview .server-list-button:checked > image { transition: 200ms cubic-bezier(
placesview row.activatable:hover { background-color: transparent; }
-placesview > actionbar > revealer > box > label { padding-left: 8px; padding-right: 8px; }
+placesview > actionbar > revealer > box > box { border-spacing: 6px; }
/********* Paned * */
paned > separator { min-width: 1px; min-height: 1px; -gtk-icon-source: none; border-style: none;
background-color: transparent; background-image: image(#1b1b1b); background-size: 1px 1px; }
diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css
index 4ca9119645..89f2e0cd47 100644
--- a/gtk/theme/Adwaita/gtk-contained.css
+++ b/gtk/theme/Adwaita/gtk-contained.css
@@ -1787,7 +1787,7 @@ placesview .server-list-button:checked > image { transition: 200ms cubic-bezier(
placesview row.activatable:hover { background-color: transparent; }
-placesview > actionbar > revealer > box > label { padding-left: 8px; padding-right: 8px; }
+placesview > actionbar > revealer > box > box { border-spacing: 6px; }
/********* Paned * */
paned > separator { min-width: 1px; min-height: 1px; -gtk-icon-source: none; border-style: none;
background-color: transparent; background-image: image(#cdc7c2); background-size: 1px 1px; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]