Files
Xes 73154ae174
Behat tests 1.11.x 🐞 / PHP 7.4 Test on ubuntu-latest (push) Canceled after 0s
PHP-CS-Fixer / composer_install (7.4) (push) Canceled after 0s
Chamilo 1.11.40 (ZIP oficial v1.11.40)
Fuente: https://github.com/chamilo/chamilo-lms/releases/download/v1.11.40/chamilo-1.11.40.zip
sha256: 1cf4bf2cc7bae1ef1a1eff643235db1d552f78ddf4b6dd1e2d2dac9868679439
Snapshot independiente (rama huerfana); diffable vs 1.11.38. vendor incluido.
2026-08-06 17:59:45 +02:00

70 lines
1.4 KiB
CSS

/* AutoComplete styles for Emoji One */
.dropdown-menu {
list-style: none;
padding: .3em 0 0;
margin: 0;
border: 1px solid #6E6E6E;
background-color: white;
border-radius: 5px;
overflow: hidden;
font-size: inherit;
letter-spacing: .025em;
box-shadow: 3px 3px 3px rgba(0,0,0,.2);
}
.dropdown-menu a:hover {
cursor: pointer;
}
.dropdown-menu li {
letter-spacing: 0;
display: block;
float: none;
margin: 0;
padding: 0;
border:none;
}
.dropdown-menu li:before {
display: none;
}
.dropdown-menu .textcomplete-footer {
margin-top: .3em;
background: #e6e6e6;
}
.dropdown-menu .textcomplete-footer a {
color: #999999;
text-decoration: none;
text-transform: uppercase;
letter-spacing: .05em;
line-height: 2.1818em;
padding-left: 1.8181em;
font-size: .84em;
}
.dropdown-menu .textcomplete-footer .arrow {
margin-left: .8em;
font-size: 1.3em;
}
.dropdown-menu li .emojione {
vertical-align: middle;
font-size: 1.23em;
width: 1em;
height: 1em;
top: -1px;
margin: 0 .3em 0 0;
}
.dropdown-menu li a {
display: block;
height: 100%;
line-height: 1.8em;
padding: 0 1.54em 0 .615em;
color: #4f4f4f;
}
.dropdown-menu .active,
.dropdown-menu li:hover {
background: #6E6E6E;
color: white;
}
.dropdown-menu .active a,
.dropdown-menu li:hover a {
color: inherit;
}