mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-14 00:38:00 -05:00
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; }
|