9 lines
157 B
CSS
9 lines
157 B
CSS
|
/* Toolbar */
|
||
|
.joint-theme-picker {
|
||
|
position: absolute;
|
||
|
bottom: 20px;
|
||
|
right: 260px;
|
||
|
border-radius: 5px;
|
||
|
padding: 3px 1px !important;
|
||
|
}
|