PixelPlacerBot/resources/css/palette-editor.css

18 lines
261 B
CSS
Raw Permalink Normal View History

2024-07-28 18:06:05 -04:00
.pickr {
width: 100%;
height: 36px;
}
.pickr .pcr-button {
2024-07-27 15:40:35 -04:00
border: 1px solid black;
border-radius: 4px;
width: 100%;
height: 36px;
}
2024-07-28 18:06:05 -04:00
#rename-palette-name {
border-radius: 25px;
text-align: center;
vertical-align: middle;
}