raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=20a9c060eb1d8e9a3b9ae7b900bddff3f8bf7009

commit 20a9c060eb1d8e9a3b9ae7b900bddff3f8bf7009
Author: Carsten Haitzler <ras...@rasterman.com>
Date:   Tue Sep 7 20:28:25 2021 +0100

    elm theme - more cc
---
 data/elementary/themes/edc/efl/tooltip.edc | 48 ++++++++++++++++--------------
 1 file changed, 25 insertions(+), 23 deletions(-)

diff --git a/data/elementary/themes/edc/efl/tooltip.edc 
b/data/elementary/themes/edc/efl/tooltip.edc
index de50fb85c6..c6646d5fa6 100644
--- a/data/elementary/themes/edc/efl/tooltip.edc
+++ b/data/elementary/themes/edc/efl/tooltip.edc
@@ -147,14 +147,14 @@ group { name: "efl/tooltip";
       part { name: "clipper"; type: RECT;
          scale: 1;
          description { state: "default" 0.0;
-            color: 255 255 255 0;
+            color: 255 255 255 0; // no cc
             rel1 { to: "pop"; offset: -500 -500; }
             rel2 { to: "pop"; offset: 499 499; }
             offscale;
          }
          description { state: "visible" 0.0;
             inherit: "default" 0.0;
-            color: 255 255 255 255;
+            color: 255 255 255 255; // no cc
          }
       }
       part { name: "shadow"; mouse_events: 0;
@@ -171,7 +171,7 @@ group { name: "efl/tooltip";
             rel.to: "efl.content";
             rel1.offset: -10 -10;
             rel2.offset: 9 9;
-            color: 0 0 0 192;
+            color_class: "/dim/normal/tooltip";
             offscale;
          }
       }
@@ -193,7 +193,7 @@ group { name: "efl/tooltip";
                to: "pop";                                          \
             }                                                      \
             image.normal: "tooltip-corner-"name_"-tip.png";        \
-            color: 0 0 0 192;                                      \
+            color_class: "/dim/normal/tooltip";                    \
          }                                                         \
          description { state: "visible" 0.0;                       \
             inherit: "default" 0.0;                                \
@@ -233,7 +233,7 @@ group { name: "efl/tooltip";
       part { name: "edge-area-"name_; type: RECT; mouse_events: 0; \
          clip_to: "clipper-edge-"name_;                            \
          description { state: "default" 0.0;                       \
-            color: 0 0 0 0;                                        \
+            color: 0 0 0 0; /* no cc */                            \
             min: 12 11;                                            \
             align: ax 0.5;                                         \
             fixed: 1 1;                                            \
@@ -257,7 +257,7 @@ group { name: "efl/tooltip";
             confine: "edge-area-"name_;                            \
          }                                                         \
          description { state: "default" 0.0;                       \
-            color: 0 0 0 0;                                        \
+            color: 0 0 0 0; /* no cc */                            \
             min: 12 11;                                            \
             rel.to: "edge-area-"name_;                             \
          }                                                         \
@@ -269,7 +269,7 @@ group { name: "efl/tooltip";
             align: ax 0.5;                                         \
             rel.to: "edge-drag-"name_;                             \
             image.normal: "tooltip-edge-"name_"-tip.png";          \
-            color: 0 0 0 192;                                      \
+            color_class: "/dim/normal/tooltip";                    \
          }                                                         \
       }
       TT_EDGE_VERT("left", 0, 0, -6);
@@ -303,7 +303,7 @@ group { name: "efl/tooltip";
       part { name: "edge-area-"name_; type: RECT; mouse_events: 0; \
          clip_to: "clipper-edge-"name_;                            \
          description { state: "default" 0.0;                       \
-            color: 0 0 0 0;                                        \
+            color: 0 0 0 0; /* no cc */                            \
             min: 11 12;                                            \
             align: 0.5 ay;                                         \
             fixed: 1 1;                                            \
@@ -318,7 +318,7 @@ group { name: "efl/tooltip";
             confine: "edge-area-"name_;                            \
          }                                                         \
          description { state: "default" 0.0;                       \
-            color: 0 0 0 0;                                        \
+            color: 0 0 0 0; /* no cc */                            \
             min: 11 12;                                            \
             rel.to: "edge-area-"name_;                             \
          }                                                         \
@@ -330,7 +330,7 @@ group { name: "efl/tooltip";
             align: 0.5 ay;                                         \
             rel.to: "edge-drag-"name_;                             \
             image.normal: "tooltip-edge-"name_"-tip.png";          \
-            color: 0 0 0 192;                                      \
+            color_class: "/dim/normal/tooltip";                    \
          }                                                         \
       }
       TT_EDGE_HORIZ("top", 0, 0, -6);
@@ -339,12 +339,12 @@ group { name: "efl/tooltip";
 
       part { name: "clipper_content"; type: RECT;
          description { state: "default" 0.0;
-            color: 255 255 255 0;
+            color: 255 255 255 0; // no cc
             rel.to: "efl.content";
          }
          description { state: "visible" 0.0;
             inherit: "default" 0.0;
-            color: 255 255 255 255;
+            color: 255 255 255 255; // no cc
          }
       }
       part { name: "efl.content"; type: SWALLOW;
@@ -451,10 +451,10 @@ group { name: "efl/label/tooltip";
    alias: "efl/label/base/tooltip/transparent";
    styles {
       style { name: "tooltip_style2";
-         base: "font="FN" font_size=10 color=#ffffff style=shadow,bottom 
shadow_color=#00000080 text_class=bubble";
+         base: "font="FN" font_size=10 color=cc:/fg/normal/tooltip/text 
text_class=bubble";
          tag:  "br" "\n";
-         tag: "hilight" "+ font="FN" text_class=bubble";
-         tag: "b" "+ font="FN" text_class=bubble";
+         tag:  "hilight" "+ font="FN" text_class=bubble";
+         tag:  "b" "+ font="FN" text_class=bubble";
          tag:  "tab" "\t";
       }
    }
@@ -594,13 +594,13 @@ group { name: "efl/tooltip";
    parts {
       part { name: "clipper"; type: RECT;
          description { state: "default" 0.0;
-            color: 255 255 255 0;
+            color: 255 255 255 0; // no cc
             rel1 { to: "pop"; offset: -5 -5; }
             rel2 { to: "pop"; offset: 5 5; }
          }
          description { state: "visible" 0.0;
             inherit: "default" 0.0;
-            color: 255 255 255 255;
+            color: 255 255 255 255; // no cc
          }
       }
       part { name: "pop"; mouse_events: 0;
@@ -682,7 +682,7 @@ group { name: "efl/tooltip";
          clip_to: "clipper-edge-"name_;                            \
          scale: 1;                                                 \
          description { state: "default" 0.0;                       \
-            color: 0 0 0 0;                                        \
+            color: 0 0 0 0; /* no cc */                            \
             min: 9 13;                                             \
             align: ax 0.5;                                         \
             fixed: 1 1;                                            \
@@ -707,7 +707,7 @@ group { name: "efl/tooltip";
             confine: "edge-area-"name_;                            \
          }                                                         \
          description { state: "default" 0.0;                       \
-            color: 0 0 0 0;                                        \
+            color: 0 0 0 0; /* no cc */                            \
             min: 9 13;                                             \
             rel1.to: "edge-area-"name_;                            \
             rel2.to: "edge-area-"name_;                            \
@@ -756,7 +756,7 @@ group { name: "efl/tooltip";
          clip_to: "clipper-edge-"name_;                            \
          scale: 1;                                                 \
          description { state: "default" 0.0;                       \
-            color: 0 0 0 0;                                        \
+            color: 0 0 0 0; /* no cc */                            \
             min: 11 9;                                             \
             align: 0.5 ay;                                         \
             fixed: 1 1;                                            \
@@ -773,7 +773,7 @@ group { name: "efl/tooltip";
             confine: "edge-area-"name_;                            \
          }                                                         \
          description { state: "default" 0.0;                       \
-            color: 0 0 0 0;                                        \
+            color: 0 0 0 0; /* no cc */                            \
             min: 11 9;                                             \
             rel1.to: "edge-area-"name_;                            \
             rel2.to: "edge-area-"name_;                            \
@@ -795,20 +795,22 @@ group { name: "efl/tooltip";
       #undef TT_EDGE_HORIZ
       part { name: "clipper_content"; type: RECT;
          description { state: "default" 0.0;
-            color: 255 255 255 0;
+            color: 255 255 255 0; // no cc
             rel1.to: "efl.content";
             rel2.to: "efl.content";
          }
          description { state: "visible" 0.0;
             inherit: "default" 0.0;
-            color: 255 255 255 255;
+            color: 255 255 255 255; // no cc
          }
       }
       part { name: "efl.content"; type: SWALLOW;
          clip_to: "clipper_content";
+         scale: 1;
          description { state: "default" 0.0;
             rel1.offset: 10 10;
             rel2.offset: -11 -11;
+            offscale;
          }
       }
       programs {

-- 


Reply via email to