/
githubmirror
/
joomla-cms
Обзор
Документация
Войти
/
githubmirror
/
joomla-cms
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
5.4-dev
build/media_source/plg_system_debug/widgets/languageStrings/widget.css
58 строк
2 KB
Brian Teeman
[5.0] lint css files (#41884)
24 сен 2023, 11:28
Не верифицирован
24 сен 2023, 11:28
85fbadf
Код
Авторство
О чём код?
table.phpdebugbar-widgets-languageStrings { width: 100%; margin-top: 5px; margin-left: 5px; font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace; line-height: 1.3em; } table.phpdebugbar-widgets-languageStrings th { border-bottom: 1px solid #000; } table.phpdebugbar-widgets-languageStrings table.phpdebugbar-widgets-callstack { display: none; width: 100%; margin: 10px; font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace; border-collapse: collapse; border: 1px solid #ddd; } table.phpdebugbar-widgets-languageStrings table.phpdebugbar-widgets-callstack tr.caller { background-color: #fff9b6; } table.phpdebugbar-widgets-languageStrings table.phpdebugbar-widgets-callstack tbody tr:hover { background-color: #eee; } table.phpdebugbar-widgets-languageStrings table.phpdebugbar-widgets-callstack th { font-weight: bold; } table.phpdebugbar-widgets-languageStrings span.phpdebugbar-widgets-eye, table.phpdebugbar-widgets-languageStrings span.phpdebugbar-widgets-eye-dash { margin-left: 8px; color: #888; } table.phpdebugbar-widgets-languageStrings span.phpdebugbar-widgets-eye-dash { color: #000; background-color: #eee; } table.phpdebugbar-widgets-languageStrings span.phpdebugbar-widgets-eye:before, table.phpdebugbar-widgets-languageStrings span.phpdebugbar-widgets-eye-dash:before { margin-right: 4px; font-family: "Font Awesome 6 Free"; /*font-size: 12px;*/ } table.phpdebugbar-widgets-languageStrings span.phpdebugbar-widgets-eye:before { content: "\f06e"; } table.phpdebugbar-widgets-languageStrings span.phpdebugbar-widgets-eye-dash:before { content: "\f070"; }