Browse Source

Revert "test"

This reverts commit 673ddacb6906bfb1e2a16bc54f8ecafee9ded1ef.
isundil 6 years ago
parent
commit
d434fddb1b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      srv/public/style.css

+ 1 - 1
srv/public/style.css

@@ -77,7 +77,7 @@ button, .button { border: 1px solid black; border-radius: 3px; background: rgb(2
 .chatsystem-header-star { background: center center no-repeat; background-size: 100%; background-image: url("star_empty.png"); display: inline-block; height: 1em; width: 1em; }
 .chatsystem-container.starred .chatsystem-header-star { background-image: url("star_full.png"); }
 .chatsystem-container.no-room-selected { position: relative; visibility: hidden; }
-.chatsystem-container.no-room-selected::after { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: #9c4f4f; content: " "; visibility: visible; }
+.chatsystem-container.no-room-selected::after { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: #e0e0e0; content: " "; visibility: visible; }
 .chatsystem-whoistyping { margin: 0; padding: 0 10px; height: 1.5em; line-height: 1.5em; background: #EAEAEA; }
 .chatsystem-whoistyping > li { display: inline; }
 .chatsystem-whoistyping .typing-container { margin: 0 5px; background: rgb(156, 156, 156); padding: 0 2px; border-radius: 2px; display: inline-block; height: 14px; line-height: 12px ;}