9 lines
122 B
CSS
Executable File
9 lines
122 B
CSS
Executable File
#toolstrip {
|
|
background: rgba(0,0,0,.6);
|
|
padding: 6px;
|
|
border-radius: 8px;
|
|
}
|
|
|
|
button {
|
|
background: none;
|
|
} |