v0.28.0 Changed - Integrate ACE editor

This commit is contained in:
danielyxie
2017-09-01 09:12:40 -05:00
parent fd2642cfe9
commit b17f89eba7
12 changed files with 20854 additions and 479 deletions
+7 -14
View File
@@ -29,6 +29,7 @@
padding: 2px;
margin: 6px;
border: 1px solid white;
background-color:black;
}
.popup-box-button:hover,
@@ -43,6 +44,12 @@
cursor: default;
}
#yes-no-text-input-box-input {
color: var(--my-font-color);
border: 1px solid white;
background-color:black;
}
.dialog-box-container,
#log-box-container {
display: block;
@@ -94,20 +101,6 @@
cursor: pointer;
}
/* Purchase server box */
#purchase-server-box-container {
transition: opacity 400ms ease-in;
}
#purchase-server-box-input {
color: white;
}
/* Purchase Augmentation Box */
#purchase-augmentation-box-container {
transition: opacity 400ms ease-in;
}
/* Faction invitation box */
#faction-invitation-box-container {
transition: opacity 400ms ease-in;