diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/style.css | 29 |
1 files changed, 21 insertions, 8 deletions
diff --git a/css/style.css b/css/style.css index 65cc83d..7b82820 100644 --- a/css/style.css +++ b/css/style.css @@ -6,13 +6,17 @@ window { background-color: #2f3136; } +dialog { + background-color: #2f3136; +} + entry { caret-color: #f7f7f7; background-color: #444444; border-color: #444444; border-radius: 10px; color: #f7f7f7; - box-shadow: 0px 0px 0px 0px; + box-shadow: none; } label { @@ -39,12 +43,12 @@ scrollbar { button { background-image: none; - background-color: #2f3136; + background-color: #36393e; color: #f7f7f7; border-style: none; outline-style: none; - box-shadow: 0px 0px 0px transparent; - text-shadow: 0px 0px 0px transparent; + box-shadow: none; + text-shadow: none; } .confirm-button { @@ -96,7 +100,7 @@ separator { padding: 10px 10px 10px 10px; } -#current-channel-title { +#current-room-title { color: #f7f7f7; font-size: 20px; font-weight: bold; @@ -123,11 +127,11 @@ separator { font-size: 16px; } -.channel-button { - background-color: transparent; +.room-button { + background: none; } -#users-title { +.users-title { color: #f7f7f7; font-weight: bold; font-size: 16px; @@ -175,6 +179,15 @@ textview text { padding: 2em; } +.image-button { + background-image: none; + background: none; + border-style: none; + outline-style: none; + box-shadow: none; + text-shadow: none; +} + /* #chat-input { border-style: none; |