mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-18 20:49:27 +00:00
57531d956d
styling phrases
41 lines
570 B
CSS
41 lines
570 B
CSS
textarea[name="anmerkung"] {
|
|
position: absolute;
|
|
max-height: 300px;
|
|
}
|
|
|
|
.lv_table_icon::before
|
|
{
|
|
font-family: 'Font Awesome 6 Free';
|
|
font-weight: 900;
|
|
margin-left: 5px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.lv_table_icon.icon-modul::before
|
|
{
|
|
content: '\f468';
|
|
color: #4e4ed2;
|
|
}
|
|
|
|
.lv_table_icon.icon-lv::before
|
|
{
|
|
content: '\f466';
|
|
color: black;
|
|
}
|
|
|
|
.lv_table_icon.icon-::before
|
|
{
|
|
content: '\f073';
|
|
color: #f3c541;
|
|
}
|
|
|
|
|
|
.modal-dialog.modal-xxl {
|
|
max-width: 95% !important;
|
|
}
|
|
|
|
.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu:after
|
|
{
|
|
border-color: black;
|
|
}
|