mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
17 lines
277 B
CSS
17 lines
277 B
CSS
.toolbox-container {
|
|
border: 4px solid #888;
|
|
font-size: medium;
|
|
color: white;
|
|
text-align: left;
|
|
border-radius: 4px;
|
|
margin-top: 5px;
|
|
margin-bottom: 10px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.toolbox-title {
|
|
padding: 8px;
|
|
margin: 0;
|
|
font-size: 15px;
|
|
background: #222;
|
|
} |