diff options
| author | cflem <carson.fl3ming@gmail.com> | 2016-12-29 22:49:18 -0700 |
|---|---|---|
| committer | cflem <carson.fl3ming@gmail.com> | 2016-12-29 22:49:18 -0700 |
| commit | eaa296b1936ef23e3ad7d8b23635fa3586daaef5 (patch) | |
| tree | 7b2bb029e5e03b33b79f55fc2efcd086e0ca6241 /css/chat.css | |
| parent | db09420de18d7dd363a455f62fc84df4b4852a71 (diff) | |
| download | bulletin-eaa296b1936ef23e3ad7d8b23635fa3586daaef5.tar.gz | |
Changed chat window color
Diffstat (limited to 'css/chat.css')
| -rw-r--r-- | css/chat.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/chat.css b/css/chat.css index 0076177..a667569 100644 --- a/css/chat.css +++ b/css/chat.css @@ -11,7 +11,7 @@ height: 256px; width: 400px; border: #aaaaaa 1px solid; - border-left: #fb4d00 1px solid; + border-left: #fb7700 1px solid; border-radius: 7px 0px 0px 0px; background-color: #ffffff; font-family: 'Myriad Pro'; @@ -20,7 +20,7 @@ .chhead { height: calc(24px - 0.25em); position: absolute; - background-color: #fb4d00; + background-color: #fb7700; top: 0px; left: 0px; width: calc(100% - 20px); |
