templateGen/css/pell.css
maru21 d4f55d22ff fixed set form button and
list not been parsed with pell content
2023-11-13 18:16:34 +01:00

28 lines
503 B
CSS

.pell {
border: 1px solid rgba(10, 10, 10, 0.1);
box-sizing: border-box; }
.pell-content {
background-color: #FFF;
box-sizing: border-box;
height: 300px;
outline: 0;
overflow-y: auto;
padding: 10px; }
.pell-actionbar {
border-bottom: 1px solid rgba(10, 10, 10, 0.1); }
.pell-button {
background-color: transparent;
border: none;
cursor: pointer;
height: 30px;
outline: 0;
width: 30px;
vertical-align: bottom; }
.pell-button-selected {
background-color: #9e9e9e; }