diff options
author | discomfitor <michael.blumenkrantz@gmail.com> | 2013-09-19 17:38:22 +0100 |
---|---|---|
committer | discomfitor <michael.blumenkrantz@gmail.com> | 2013-09-19 20:09:40 +0100 |
commit | d297f09585a241b42ee65621d1e3a2bb046c7a0e (patch) | |
tree | d2121c335f637fb6b19d0ddc79085639d1d54b1a /data | |
parent | b75f10b68b5344f13239caf7dfadbe19d24c3860 (diff) | |
download | enlightenment-d297f09585a241b42ee65621d1e3a2bb046c7a0e.tar.gz |
make button focus effect slightly more muted
Diffstat (limited to 'data')
-rw-r--r-- | data/themes/edc/button.edc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/themes/edc/button.edc b/data/themes/edc/button.edc index 5933892c25..662451c9ac 100644 --- a/data/themes/edc/button.edc +++ b/data/themes/edc/button.edc @@ -140,7 +140,7 @@ } description { state: "focused" 0.0; inherit: "default" 0.0; - color: 255 255 255 255; + color: 255 255 255 150; visible: 1; } } |