Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 2481 | Rev 2546 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2481 Rev 2545
Línea 18... Línea 18...
18
}
18
}
Línea 19... Línea 19...
19
 
19
 
20
.conversejs .chatbox converse-chat-toolbar {
20
.conversejs .chatbox converse-chat-toolbar {
21
    border-top: none !important;
21
    border-top: none !important;
-
 
22
    flex: 1;
-
 
23
}
-
 
24
 
-
 
25
.conversejs converse-chat-bottom-panel.bottom-panel {
-
 
26
    display: flex;
-
 
27
    flex-direction: row-reverse;
-
 
28
    border-top: 1px solid var(--border-primary);
-
 
29
}
-
 
30
 
-
 
31
.conversejs converse-message-form {
-
 
32
    flex-grow: 1;
-
 
33
}
-
 
34
 
-
 
35
.conversejs .chatbox .bottom-panel .sendXMPPMessage .chat-textarea {
-
 
36
    padding: .5rem;
-
 
37
    min-height: auto;
-
 
38
}
-
 
39
 
-
 
40
.conversejs .chatbox .send-button {
-
 
41
    background-color: var(--button-bg);
-
 
42
    color: var(--button-text-color);
-
 
43
}
-
 
44
 
-
 
45
.conversejs .chat-toolbar .toolbar-buttons * {
22
    flex: 1;
46
    margin-top: 0;
23
}
47
}