summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorStephen okra Houston <smhouston88@gmail.com>2016-03-08 13:36:58 -0600
committerStephen okra Houston <smhouston88@gmail.com>2016-03-08 13:36:58 -0600
commitd5a26c084f5b6efa9d27e6bf08f0f55871b3ca19 (patch)
tree12fd1f2ecc17874f7b25d95e7fd583ee43fe1a79 /data
parent89a2a7c134c8b5a9ab128c44db693c207bed55f3 (diff)
downloadelementary-d5a26c084f5b6efa9d27e6bf08f0f55871b3ca19.tar.gz
theme: Fix scroller colorclass typo.
Diffstat (limited to 'data')
-rw-r--r--data/themes/edc/elm/scroller.edc2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/themes/edc/elm/scroller.edc b/data/themes/edc/elm/scroller.edc
index 27b267c54..8902c50ee 100644
--- a/data/themes/edc/elm/scroller.edc
+++ b/data/themes/edc/elm/scroller.edc
@@ -694,7 +694,7 @@ group { name: "elm/scroller/base/default";
rel2.to: "elm.swallow.background";
// color: 64 64 64 200;
color: 0 0 0 0;
- color_class: "scroller_bg`";
+ color_class: "scroller_bg";
}
}
part { name: "clipper"; type: RECT;