[gnome-shell] theme/entries: Adjust style of entries according to mockups
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] theme/entries: Adjust style of entries according to mockups
- Date: Thu, 23 Jan 2020 17:36:40 +0000 (UTC)
commit 397454d84400107864b77fb066f4c6133f7db1b7
Author: Jonas Dreßler <verdre v0yd nl>
Date: Tue Jan 21 19:31:53 2020 +0100
theme/entries: Adjust style of entries according to mockups
Add some more padding for the actual text inside the entry and add some
clearance between the left border of the text (where the cursor is) and
the hint-text.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/944
data/theme/gnome-shell-sass/widgets/_entries.scss | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_entries.scss
b/data/theme/gnome-shell-sass/widgets/_entries.scss
index 7a8a50ee64..0a43e86f37 100644
--- a/data/theme/gnome-shell-sass/widgets/_entries.scss
+++ b/data/theme/gnome-shell-sass/widgets/_entries.scss
@@ -2,7 +2,7 @@
StEntry {
border-radius: $base_border_radius;
- padding: 4px;
+ padding: 8px;
border-width: 1px;
color: $fg_color;
@include entry(normal);
@@ -20,5 +20,8 @@ StEntry {
icon-size: $base_icon_size;
padding: 0 4px;
}
- StLabel.hint-text { color: transparentize($fg_color, 0.3); }
+ StLabel.hint-text {
+ margin-left: 2px;
+ color: transparentize($fg_color, 0.3);
+ }
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]