theme - focus out color should have been 255 all around. why 253?
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Mon, 16 Dec 2013 06:55:16 +0000 (15:55 +0900)
committerStefan Schmidt <s.schmidt@samsung.com>
Thu, 19 Dec 2013 08:45:27 +0000 (09:45 +0100)
cherry-pick me!

data/themes/colorclasses.edc

index 465e838a6a2947b2f4a4a8558f6f88dc868d0403..a02530b6ec6185a593db78550e7addf3ab49aed4 100644 (file)
@@ -1,7 +1,7 @@
 color_classes {
    color_class {
       name: "comp_focus-out_color";
-      color: 253 253 253 255;
+      color: 255 255 255 255;
       color3: 0 0 0 0;
    }
 }