[gtksourceview/wip/chergert/gsv-gtk4] completion: styling tweaks
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview/wip/chergert/gsv-gtk4] completion: styling tweaks
- Date: Sun, 30 Aug 2020 21:54:49 +0000 (UTC)
commit 1a9fe7ec399eae81c9970b05168cb0c687ee014f
Author: Christian Hergert <chergert redhat com>
Date: Sun Aug 30 14:54:35 2020 -0700
completion: styling tweaks
gtksourceview/GtkSourceView.css | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtksourceview/GtkSourceView.css b/gtksourceview/GtkSourceView.css
index fd8b06ca1..5ab92f7c9 100644
--- a/gtksourceview/GtkSourceView.css
+++ b/gtksourceview/GtkSourceView.css
@@ -71,7 +71,7 @@ GtkSourceAssistant.completion list row box.more button image {
margin: 0px;
padding: 0px;
}
-GtkSourceAssistant.completion .details {
+GtkSourceAssistant.completion box.details {
border-top: 1px solid @borders;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
@@ -79,11 +79,11 @@ GtkSourceAssistant.completion .details {
padding-left: 6px;
padding-right: 3px;
}
-GtkSourceAssistant.completion .details cell {
+GtkSourceAssistant.completion box.details cell {
margin-left: 24px;
margin-bottom: 8px;
}
-GtkSourceAssistant.completion .details button.flat {
+GtkSourceAssistant.completion box.details button.flat {
min-height: 8px;
margin: 3px 0px;
padding: 3px 6px;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]