diff --git a/data/elementary/themes/colorclasses.edc b/data/elementary/themes/colorclasses.edc index cff1df0be6..543eccbe92 100644 --- a/data/elementary/themes/colorclasses.edc +++ b/data/elementary/themes/colorclasses.edc @@ -496,6 +496,7 @@ color_tree { } ":dim-lighter" { "/dim/normal/hover"; + "/dim/normal/inwin"; "/bg/normal/multibuttonentry/button"; "/bg/normal/calendar/day/today"; "/fg/normal/text-subtle"; diff --git a/data/elementary/themes/edc/elm/inwin.edc b/data/elementary/themes/edc/elm/inwin.edc index 80cc451cf7..483e4019fa 100644 --- a/data/elementary/themes/edc/elm/inwin.edc +++ b/data/elementary/themes/edc/elm/inwin.edc @@ -3,7 +3,7 @@ group { name: "elm/win/inwin/default"; parts { part { name: "bg"; type: RECT; mouse_events: 1; description { state: "default" 0.0; - color_class: "dim/normal/inwin"; + color_class: "/dim/normal/inwin"; color: 255 255 255 0; // no cc } description { state: "visible" 0.0;