From b70525591759381a8c819dc42306546ab3f86b8e Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Sun, 11 Aug 2013 22:34:45 +0900 Subject: [PATCH] hover.edc win.edc: use correct state name. --- legacy/elementary/data/themes/widgets/hover.edc | 8 ++++---- legacy/elementary/data/themes/widgets/win.edc | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/legacy/elementary/data/themes/widgets/hover.edc b/legacy/elementary/data/themes/widgets/hover.edc index 3fda5a0146..23380bd276 100644 --- a/legacy/elementary/data/themes/widgets/hover.edc +++ b/legacy/elementary/data/themes/widgets/hover.edc @@ -196,7 +196,7 @@ group { name: "elm/hover/base/popout"; color: 0 0 0 0; } description { state: "visible" 0.0; - inherit: "default" 1.0; + inherit: "default" 0.0; color: 0 0 0 64; } } @@ -603,7 +603,7 @@ group { name: "elm/hover/base/menu"; color: 0 0 0 0; } description { state: "visible" 0.0; - inherit: "default" 1.0; + inherit: "default" 0.0; color: 0 0 0 64; } } @@ -1171,7 +1171,7 @@ part { name: "base"; color: 0 0 0 0; } description { state: "visible" 0.0; - inherit: "default" 1.0; + inherit: "default" 0.0; color: 0 0 0 64; } } @@ -1426,7 +1426,7 @@ group { name: "elm/hover/base/hoversel_horizontal/default"; color: 0 0 0 0; } description { state: "visible" 0.0; - inherit: "default" 1.0; + inherit: "default" 0.0; color: 0 0 0 64; } } diff --git a/legacy/elementary/data/themes/widgets/win.edc b/legacy/elementary/data/themes/widgets/win.edc index 222303ce68..e284ff6714 100644 --- a/legacy/elementary/data/themes/widgets/win.edc +++ b/legacy/elementary/data/themes/widgets/win.edc @@ -12,7 +12,7 @@ group { name: "elm/win/inwin/default"; color: 0 0 0 0; } description { state: "visible" 0.0; - inherit: "default" 1.0; + inherit: "default" 0.0; color: 0 0 0 64; } } @@ -93,7 +93,7 @@ group { name: "elm/win/inwin/minimal"; color: 0 0 0 0; } description { state: "visible" 0.0; - inherit: "default" 1.0; + inherit: "default" 0.0; color: 0 0 0 64; } } @@ -175,7 +175,7 @@ group { name: "elm/win/inwin/minimal_vertical"; color: 0 0 0 0; } description { state: "visible" 0.0; - inherit: "default" 1.0; + inherit: "default" 0.0; color: 0 0 0 64; } }