piskel/src/css/toolbox.css

17 lines
277 B
CSS
Raw Normal View History

.toolbox-container {
border: 4px solid #888;
font-size: medium;
color: white;
text-align: left;
border-radius: 4px;
2014-05-08 03:41:14 +04:00
margin-top: 5px;
margin-bottom: 10px;
overflow: hidden;
}
.toolbox-title {
padding: 8px;
margin: 0;
font-size: 15px;
background: #222;
}