PCv5/app/static/css/editor.css

23 lines
482 B
CSS
Raw Normal View History

2019-12-04 16:25:05 +01:00
.editor div {
display: flex; flex-direction: row;
flex-wrap: wrap; align-items: center;
margin-bottom: 5px;
}
.editor button {
height: 25px; margin: 0 0px; padding: 0 3px;
border: 1px solid #00000000; border-radius: 2px;
cursor: pointer;
background: #ffffff;
}
.editor button > img {
opacity: .7;
}
.editor button:hover,
.editor button:focus {
border-color: #000000ff;
}
.editor button:hover > img,
.editor button:focus > img {
opacity: 1;
}