diff options
author | Florent Neveu (Captain) <captain@else-projects.org> | 2006-10-02 22:43:44 +0200 |
---|---|---|
committer | Captain <captain@else-projects.org> | 2006-10-02 22:43:44 +0200 |
commit | 785d71211d61992b73dd005802a9557b16938d70 (patch) | |
tree | 02765a6aa577f209b717fe43022d58db11537bf5 | |
parent | make moche the else css (diff) | |
download | web-785d71211d61992b73dd005802a9557b16938d70.tar.xz |
change border black to #e05b29
-rw-r--r-- | chat/else.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chat/else.css b/chat/else.css index 28562e8..4047d43 100644 --- a/chat/else.css +++ b/chat/else.css @@ -4,7 +4,7 @@ body { margin: 0; padding: 0; background-color: pink; - background: url(images/mucklbg.jpg) repeat; +/* background: url(images/mucklbg.jpg) repeat;*/ } button { @@ -43,7 +43,7 @@ button:active { border-style: inset; } .rosterUser { padding: 2px; - border-bottom: 1px dashed black; + border-bottom: 1px dashed #e05b29; white-space: nowrap; } @@ -51,7 +51,7 @@ button:active { border-style: inset; } .rosterUserSelected { padding: 2px; - border-bottom: 1px dashed black; + border-bottom: 1px dashed #e05b29; color: highlighttext; background-color: highlight; @@ -73,7 +73,7 @@ button:active { border-style: inset; } .rosterGroupHeader { /* background-color: #d6d6d6; */ font-weight: bold; - border-bottom: 1px dashed black; + border-bottom: 1px dashed #e05b29; } .rosterGroupHeaderHidden { @@ -212,7 +212,7 @@ td.spaced { #toolbar input, #toolbar select { font-size: 0.65em; - border: 1px solid black; + border: 1px solid #e05b29; } #status_message:hover,#status_message:focus { @@ -226,7 +226,7 @@ td.spaced { .infoBox { width: 320px; - border: 2px dashed black; + border: 2px dashed #e05b29; background-color: white; margin: auto; |