config/ags: take two
This commit is contained in:
parent
39b72ca9cd
commit
364529c5b0
1 changed files with 5 additions and 1 deletions
|
@ -24,7 +24,7 @@ button {
|
||||||
}
|
}
|
||||||
|
|
||||||
button:active {
|
button:active {
|
||||||
background-color: @theme_selected_bg_color;
|
background-color: #ea4c88;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:hover {
|
button:hover {
|
||||||
|
@ -37,12 +37,16 @@ label {
|
||||||
|
|
||||||
.client-title {
|
.client-title {
|
||||||
color: @theme_selected_bg_color;
|
color: @theme_selected_bg_color;
|
||||||
|
max-width: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification {
|
.notification {
|
||||||
color: yellow;
|
color: yellow;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.media {
|
||||||
|
max-width: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
.workspace-indicator {
|
.workspace-indicator {
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
|
Loading…
Reference in a new issue