mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
3002d460de
Fixes #10131 Closes gh-1374
3 lines
136 B
CSS
3 lines
136 B
CSS
#draggable, #resizable { width: 100px; height: 100px; background: #abc; }
|
|
#droppable { width: 100px; height: 100px; background: #cde; }
|