raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=72f19cc9fafe38293b317e27a3377b30f7c12d56
commit 72f19cc9fafe38293b317e27a3377b30f7c12d56 Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Thu Apr 1 00:41:44 2021 +0100 elm theme - fix disabled text style - missing heading --- data/elementary/themes/fonts.edc | 1 + 1 file changed, 1 insertion(+) diff --git a/data/elementary/themes/fonts.edc b/data/elementary/themes/fonts.edc index 26dec37198..06aa33c13c 100644 --- a/data/elementary/themes/fonts.edc +++ b/data/elementary/themes/fonts.edc @@ -84,6 +84,7 @@ #define DISABLED_TEXTBLOCK_TAGS \ tag: "em" "+ font_style=Oblique"; \ tag: "hilight" "+ font_weight=Bold color=#3399ff"; \ + tag: "heading" "+ font_weight=Bold color=#a0a0a0 font_size=11"; \ tag: "link" "+ color=#607080 underline=on underline_color=#3399ff"; \ tag: "preedit" "+ underline=on underline_color=#3399ff88"; \ tag: "preedit_sel" "+ backing=on backing_color=#000000 color=#888888"; \ --