aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--webAO/styles/chatbox/dgs.css11
1 files changed, 7 insertions, 4 deletions
diff --git a/webAO/styles/chatbox/dgs.css b/webAO/styles/chatbox/dgs.css
index 30f853d..5572321 100644
--- a/webAO/styles/chatbox/dgs.css
+++ b/webAO/styles/chatbox/dgs.css
@@ -3,11 +3,11 @@
}
.text_blue {
- color: #93bbe6;
+ color: #18d7ff;
}
.text_green {
- color: #6ab057;
+ color: #84fb08;
}
.text_red {
@@ -15,7 +15,7 @@
}
.text_orange {
- color: #cf714c;
+ color: #ff7118;
}
.text_yellow {
@@ -45,6 +45,7 @@
left: 0;
height: 35%;
width: 100%;
+ transition-property: height, opacity;
}
#client_name {
@@ -52,9 +53,11 @@
padding: 0px 6px;
height: 20%;
min-width: 10%;
+ color: #fff7de;
+ text-shadow: 0 0 4px #000;
border: 1px solid #a59252;
background-image: linear-gradient(#635529, #8c7d42);
- left: 2%;
+ left: 0.5em;
top: 0;
border-radius: 3px;
position: absolute;