Elementary: Fix border title (text) color on frames (for Wayland) when border
authordevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 12 Jan 2012 12:34:41 +0000 (12:34 +0000)
committerdevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 12 Jan 2012 12:34:41 +0000 (12:34 +0000)
is inactive.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67138 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

data/themes/widgets/border.edc

index 6154c93..7318e26 100644 (file)
@@ -60,6 +60,7 @@ group {
          description {
             state: "default" 0.0;
             rel2.to_y: "title_base";
+            color_class: "border_top";
             image {
                normal: "bd_top.png";
                border: 2 2 2 2;
@@ -76,6 +77,7 @@ group {
                relative: 0.0 1.0;
                offset: 0 -4;
             }
+            color_class: "border_bottom";
             image {
                normal: "bd_bottom.png";
                border: 2 2 0 0;
@@ -191,12 +193,13 @@ group {
                offset: -8 2;
                to_x: "title_base";
             }
+            color_class: "border_title";
             text {
                font: "Sans:style=Bold";
                size: 10;
                min: 0 1;
                align: 0.0 0.0;
-               text_class: "title_base";
+               text_class: "title_bar";
             }
          }
          description {