2012-12-23 23:53:22 +00:00
|
|
|
.cam-blobitemcontainer {
|
|
|
|
outline: 0; /* Do not show an outline when container has focus. */
|
2013-09-29 09:01:46 +00:00
|
|
|
border: 1px solid rgba(0,0,0,0);
|
2013-01-20 23:32:15 +00:00
|
|
|
position: relative;
|
2013-07-29 08:02:40 +00:00
|
|
|
white-space: nowrap;
|
2013-12-17 02:55:38 +00:00
|
|
|
transition: -webkit-transform 75ms ease-out;
|
|
|
|
transition: -moz-transform 75ms ease-out;
|
|
|
|
transition: -ms-transform 75ms ease-out;
|
|
|
|
margin-left: 36px;
|
2013-01-20 21:56:13 +00:00
|
|
|
}
|
2013-12-17 02:55:38 +00:00
|
|
|
|
2013-09-29 09:01:46 +00:00
|
|
|
.cam-blobitemcontainer.cam-dropactive {
|
2013-01-20 21:56:13 +00:00
|
|
|
border-color: #acf;
|
2013-09-29 09:01:46 +00:00
|
|
|
background: #e5efff;
|
2012-12-23 23:53:22 +00:00
|
|
|
}
|
2013-05-22 16:38:58 +00:00
|
|
|
.cam-blobitemcontainer-hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
2013-12-27 07:16:00 +00:00
|
|
|
|
|
|
|
.cam-blobitemcontainer>.cam-blobitem {
|
|
|
|
position: absolute;
|
|
|
|
}
|