mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-27 08:34:56 +01:00
16 lines
294 B
CSS
16 lines
294 B
CSS
|
|
||
|
.material-menubar .MuiButtonBase-root:last-child {
|
||
|
margin-right: 0.5rem;
|
||
|
margin-left: 0.5rem;
|
||
|
}
|
||
|
|
||
|
.truncated {
|
||
|
max-width: 250px;
|
||
|
white-space: nowrap;
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
}
|
||
|
|
||
|
button[aria-pressed="true"] {
|
||
|
background-color: rgba(0, 0, 0, 0.04);
|
||
|
}
|