|
|
@@ -10,7 +10,8 @@ body { display: flex; margin: 0; padding: 0; font-family: Lato, sans-serif; }
|
|
|
.slack-context-room > a:hover { background-color: #3e313c; }
|
|
|
.slack-context-room.selected > a { background-color: #4c9689; color: #fff; border-top-right-radius: 3px; border-bottom-right-radius: 3px; }
|
|
|
.slack-context-room.slack-ims { font-style: italic; }
|
|
|
-.slack-context-room.slack-ims::before { content: " "; position: absolute; display: inline-block; height: 5px; width: 5px; border: 2px solid green; background: green; top: 0; bottom: 0; margin: auto auto auto 7px; border-radius: 5px; }
|
|
|
+.slack-context-room.slack-ims::before { content: " "; position: absolute; display: inline-block; height: 6px; width: 6px; border: 2px solid #4c9689; background: #4c9689; top: 0; bottom: 0; margin: auto auto auto 7px; border-radius: 5px; }
|
|
|
+.slack-context-room.slack-ims.selected::before { background-color: white; border-color: white; }
|
|
|
.slack-context-room.slack-ims.away::before { background: transparent; }
|
|
|
.slack-context-roominfo { position: absolute; display: block; left: 250px; width: 100%; max-width: 300px; top: 0; height: 100%; z-index: 100; background-color: #4D394B; }
|
|
|
|