diff options
author | Jon Reid | 2012-02-01 16:02:37 -0800 |
---|---|---|
committer | Jon Reid | 2012-02-01 16:02:37 -0800 |
commit | 2e24eaa71b260fd11632d8a124874b238c9aa82a (patch) | |
tree | 45c55830b5971bdec183ac64217716c7a2fc6b47 /_scss/imports/themes | |
parent | 5233508614656c529d6c596f7e2f2c24adce9b69 (diff) | |
download | ninja-2e24eaa71b260fd11632d8a124874b238c9aa82a.tar.gz |
Delete unneeded compass log file (IKNINJA 1101).
Update base styles for better colors on HTML buttons.
Change project panel so it shows no project by default.
Diffstat (limited to '_scss/imports/themes')
-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); |