mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
7336a5869c
Fixes #10119 Closes gh-1557
21 lines
235 B
CSS
21 lines
235 B
CSS
body {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
.demo-loading {
|
|
visibility: hidden;
|
|
}
|
|
|
|
table {
|
|
font-size: 1em;
|
|
}
|
|
|
|
.demo-description {
|
|
clear: both;
|
|
padding: 12px;
|
|
}
|
|
|
|
.ui-draggable, .ui-droppable {
|
|
background-position: top;
|
|
}
|