You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
920 B
29 lines
920 B
ul.thumbnails.image_picker_selector {
|
|
overflow: auto;
|
|
list-style-image: none;
|
|
list-style-position: outside;
|
|
list-style-type: none;
|
|
padding: 0px;
|
|
margin: 0px; }
|
|
ul.thumbnails.image_picker_selector ul {
|
|
overflow: auto;
|
|
list-style-image: none;
|
|
list-style-position: outside;
|
|
list-style-type: none;
|
|
padding: 0px;
|
|
margin: 0px; }
|
|
ul.thumbnails.image_picker_selector li.group_title {
|
|
float: none; }
|
|
ul.thumbnails.image_picker_selector li {
|
|
margin: 0px 6px 6px 0px;
|
|
float: left; }
|
|
ul.thumbnails.image_picker_selector li .thumbnail {
|
|
padding: 6px;
|
|
border: 1px solid #dddddd;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none; }
|
|
ul.thumbnails.image_picker_selector li .thumbnail img {
|
|
-webkit-user-drag: none; }
|
|
ul.thumbnails.image_picker_selector li .thumbnail.selected {
|
|
background: #0088cc; }
|
|
|