added species name editor ui

This commit is contained in:
MaxRobinsonTheGreat
2024-07-20 14:10:44 -05:00
parent e1d2f65547
commit ad9a21c67e
4 changed files with 27 additions and 10 deletions

8
dist/css/style.css vendored
View File

@@ -203,7 +203,6 @@ input:hover,input:active {
.edit-mode-btn {
width: 30px;
height: 30px;
margin-top: 5px;
}
.edit-mode-btn.selected {
background-color: var(--btn-hover);
@@ -233,9 +232,8 @@ input:hover,input:active {
#unnatural-org-warning {
color: red;
text-align: center;
font-size: 22px;
font-size: 15px;
border-radius: 10px;
margin: 2px;
border: 2px solid red;
}
#unnatural-org-warning:hover {
@@ -326,10 +324,6 @@ input:hover,input:active {
padding-bottom: 0;
}
#reset-with-editor-org {
margin-top: 5px;
}
.load-panel {
width: 800px;
background-color: var(--panel-bg);