![JAR search and dependency download from the Maven repository](/logo.png)
src.editable-layer-list.css Maven / Gradle / Ivy
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
.editable-layer-list-button {
display: inline-block;
margin: 0px 2px;
height: 16px;
width: 16px;
padding: 0;
text-decoration: none;
}
.layer_edit_button {
background: url("images/pencil.png") no-repeat;
}
.layer_newLayer_button {
background: url("images/new-layer.png") no-repeat;
}
.layer_deleteLayer_button {
background: url("images/delete-layer.png") no-repeat;
}
.layer_deleteGroup_button {
background: url("images/delete-layer.png") no-repeat;
}
.root_group_placeholder {
border: 2px dashed white;
border-radius: 6px;
padding: 5.5px;
margin-top: 2px;
color: white;
text-align: right;
font-weight: bold;
font-style: italic;
font-size: 12px;
background-color: rgba(255, 255, 255, 0.2);
}
.layer_placeholder {
height: 5px;
}
.group_placeholder {
height: 5px;
}
#newGroupButton {
height: 15px;
float: left;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy