30 lines
No EOL
351 B
CSS
30 lines
No EOL
351 B
CSS
body {
|
|
font-size: 12px;
|
|
}
|
|
|
|
#status {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
}
|
|
|
|
.control {
|
|
background-color: #000;
|
|
color: #fff;
|
|
background-color: #111;
|
|
margin: 5px;
|
|
padding: 8px;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 4px;
|
|
opacity: .9;
|
|
}
|
|
|
|
.ui-draggable {
|
|
cursor: move;
|
|
}
|
|
|
|
#color {
|
|
width: 200px;
|
|
height: 150px;
|
|
} |