[epiphany/wip/exalm/elementary7: 4/5] theme: Adjust icon layout for elementary
- From: Jan-Michael Brummer <jbrummer src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/exalm/elementary7: 4/5] theme: Adjust icon layout for elementary
- Date: Wed, 25 Sep 2019 18:53:14 +0000 (UTC)
commit 8b4f6ec29a31168014fab7af451b625bf98ca8ce
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date: Tue Sep 24 23:20:50 2019 +0500
theme: Adjust icon layout for elementary
Reduce the distance even further.
src/resources/themes/elementary.scss | 12 ++++++++++++
1 file changed, 12 insertions(+)
---
diff --git a/src/resources/themes/elementary.scss b/src/resources/themes/elementary.scss
index d0686762b..90240230f 100644
--- a/src/resources/themes/elementary.scss
+++ b/src/resources/themes/elementary.scss
@@ -12,7 +12,19 @@ $variant: 'light';
margin-bottom: 6px;
}
+// entry icons
+.entry_icon_box {
+ margin-left: 3px;
+ margin-right: 1px;
+
+ &:dir(rtl) {
+ margin-left: 1px;
+ margin-right: 3px;
+ }
+}
+
.entry_icon {
+ margin: 0 3px;
color: themecolor(internal_element_color);
transition: all 200ms ease-in-out;
-gtk-icon-palette: needs-attention themecolor(attention_color),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]