update editing box colors functionality
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user