Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2556 Rev 2557
Línea 88... Línea 88...
88
converse-message-actions .chat-msg__actions button {
88
converse-message-actions .chat-msg__actions button {
89
    background-color: transparent !important;
89
    background-color: transparent !important;
90
    color: var(--font-color) !important;
90
    color: var(--font-color) !important;
91
}
91
}
Línea -... Línea 92...
-
 
92
 
-
 
93
converse-message-actions .chat-msg__actions button svg {
-
 
94
    fill: currentColor !important;
-
 
95
}
92
 
96
 
93
.online converse-icon {
97
.online converse-icon {
-
 
98
    color: rgb(80, 250, 123) !important;
-
 
99
}
-
 
100
 
-
 
101
.conversejs #converse-roster .roster-contacts .list-item:hover {
-
 
102
    background-color: rgba(0, 0, 0, 0.04) !important;
-
 
103
}
-
 
104
 
-
 
105
.conversejs .items-list .list-item .list-item-action {
-
 
106
    opacity: 1 !important;
-
 
107
}
-
 
108
 
-
 
109
.conversejs .chatbox converse-chat-toolbar {
-
 
110
    gap: .3rem;
-
 
111
}
-
 
112
 
-
 
113
.conversejs converse-chats.converse-overlayed .toggle-controlbox {
-
 
114
    background-color: var(--button-bg) !important;
-
 
115
}
-
 
116
 
-
 
117
.conversejs converse-chats.converse-overlayed .toggle-controlbox span {
94
    color: rgb(80, 250, 123) !important;
118
    color: var(--button-text-color) !important;
95
}
119
}