update editing box colors functionality

This commit is contained in:
np.w
2021-02-21 19:51:47 -06:00
parent e6ff615f7c
commit e515beff62
4 changed files with 66 additions and 34 deletions
+5 -2
View File
@@ -300,14 +300,17 @@ button.button:hover {
.color-selector-container {
display: grid;
display: grid;
grid-auto-flow: column;
width: fit-content;
}
.color-selector-container > .color {
border-radius: 50%;
background-color: red;
border: 2px solid black;
width: 2em;
height: 2em;
}
.color-selector-container > .color.selected {
border: 1px solid black;
}