Add ability to reorder screenshots
This commit is contained in:
@@ -32,14 +32,14 @@
|
||||
.bulletselector input {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
-moz-border-radius: 0;
|
||||
-moz-border-radius: 0;
|
||||
box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
-webkit-box-shadow: none;
|
||||
width: auto;
|
||||
min-width: 50px;
|
||||
float: left;
|
||||
padding: 4px 0;
|
||||
padding: 4px 0;
|
||||
white-space: nowrap;
|
||||
background: transparent;
|
||||
}
|
||||
@@ -122,3 +122,7 @@
|
||||
background-color: #222 !important;
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.sortable {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user