|
|
@@ -74,7 +74,7 @@ button, .button { border: 1px solid black; border-radius: 3px; background: rgb(2
|
|
|
.no-network .error { display: inline-block; }
|
|
|
.chatsystem-content { flex: 1; overflow: auto; }
|
|
|
.chatsystem-title { display: inline-block; padding: 14px 10px; font-size: 1.75em; font-style: italic; }
|
|
|
-.chatsystem-header-star { background: center center no-repeat /100%; background-image: url("star_empty.png"); display: inline-block; height: 1em; width: 1em; }
|
|
|
+.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: #e0e0e0; content: " "; visibility: visible; }
|