parent
5bc0397929
commit
39b72ca9cd
1 changed files with 1 additions and 9 deletions
|
@ -24,7 +24,7 @@ button {
|
|||
}
|
||||
|
||||
button:active {
|
||||
background-color: #ea4c88;
|
||||
background-color: @theme_selected_bg_color;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
|
@ -37,20 +37,12 @@ label {
|
|||
|
||||
.client-title {
|
||||
color: @theme_selected_bg_color;
|
||||
max-width: 50px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.notification {
|
||||
color: yellow;
|
||||
}
|
||||
|
||||
.media {
|
||||
max-width: 50px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.workspace-indicator {
|
||||
min-width: 0;
|
||||
|
|
Loading…
Reference in a new issue