mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
Improve styling of field tables (enum values)
This commit is contained in:
parent
a03362a155
commit
6113c15f94
1 changed files with 10 additions and 0 deletions
|
@ -184,6 +184,16 @@ code {
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
table.fieldtable,
|
||||
table.fieldtable td,
|
||||
table.fieldtable th
|
||||
{
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
border-radius: 0;
|
||||
border-color: #DFE5F1 !important;
|
||||
}
|
||||
|
||||
div.fragment {
|
||||
padding: 5px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue