diff options
author | Jose Antonio Marquez | 2012-02-02 18:04:37 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-02-02 18:04:37 -0800 |
commit | 7959d2ecc6e8b1799307de1ceab1112b8ab58e8d (patch) | |
tree | ce4e32578e1af4d49b8375933a6b7edd0a095b0f /_scss/imports/themes/default | |
parent | 83ac41dd75ec551cdb03252e0bf3081182517d05 (diff) | |
parent | c630ead20487c3948fa36448d3e7d5f7b5cba782 (diff) | |
download | ninja-7959d2ecc6e8b1799307de1ceab1112b8ab58e8d.tar.gz |
Merge branch 'refs/heads/NinjaInternal' into Color
Conflicts:
js/controllers/elements/shapes-controller.js
js/data/pi/pi-data.js
js/panels/properties/content.reel/content.js
Diffstat (limited to '_scss/imports/themes/default')
-rw-r--r-- | _scss/imports/themes/default/_colors.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_scss/imports/themes/default/_colors.scss b/_scss/imports/themes/default/_colors.scss index 34d5ffc9..2a7b8191 100644 --- a/_scss/imports/themes/default/_colors.scss +++ b/_scss/imports/themes/default/_colors.scss | |||
@@ -15,6 +15,8 @@ $color-radio-border: rgb(40,40,40); | |||
15 | $color-radio-shadow: rgba(200,200,200,0.5); | 15 | $color-radio-shadow: rgba(200,200,200,0.5); |
16 | $color-radio-gradient-top: rgb(100,100,100); | 16 | $color-radio-gradient-top: rgb(100,100,100); |
17 | $color-radio-gradient-bottom: rgb(60,60,60); | 17 | $color-radio-gradient-bottom: rgb(60,60,60); |
18 | $color-formgrad-top: rgb(80,80,80); | ||
19 | $color-formgrad-bottom: rgb(60,60,60); | ||
18 | $color-radio-bg: rgb(0,0,0); | 20 | $color-radio-bg: rgb(0,0,0); |
19 | $color-radio: rgb(200,200,200); | 21 | $color-radio: rgb(200,200,200); |
20 | $color-input: rgb(255,255,255); | 22 | $color-input: rgb(255,255,255); |