diff options
Diffstat (limited to 'webAO/styles')
| -rw-r--r-- | webAO/styles/chatbox/chatp3.css | 8 | ||||
| -rw-r--r-- | webAO/styles/client.css | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/webAO/styles/chatbox/chatp3.css b/webAO/styles/chatbox/chatp3.css index d8ec064..5945a67 100644 --- a/webAO/styles/chatbox/chatp3.css +++ b/webAO/styles/chatbox/chatp3.css @@ -1,7 +1,3 @@ -body { - font-family: sans-serif; -} - .text_white { color: #50545c; } @@ -46,7 +42,9 @@ body { border-style: solid; border-width: 0.15em; border-radius: 75% / 25%; - background-color: #aaaeb4;} + background-color: #aaaeb4; + font-family: sans-serif; +} #client_name { display: block; diff --git a/webAO/styles/client.css b/webAO/styles/client.css index f49b395..cecba80 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -345,6 +345,10 @@ overflow-y: hidden; } +.emote_button.dark { + opacity: 0.5; +} + #client_emo { position: relative; top: 10px; |
