mirror of
https://github.com/uowuo/abaddon.git
synced 2024-11-10 06:00:10 +00:00
update css
This commit is contained in:
parent
ead06ca864
commit
23621a50e6
@ -157,6 +157,11 @@
|
|||||||
min-height: 0px;
|
min-height: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.classic-mention-overlay:selected {
|
||||||
|
color: @theme_selected_color;
|
||||||
|
background-color: @theme_selected_bg_color;
|
||||||
|
}
|
||||||
|
|
||||||
.channel-list .view:selected {
|
.channel-list .view:selected {
|
||||||
background-color: @theme_selected_bg_color;
|
background-color: @theme_selected_bg_color;
|
||||||
}
|
}
|
||||||
@ -176,6 +181,10 @@
|
|||||||
background: radial-gradient(7px circle at left, @theme_selected_bg_color 50%, transparent 20%);
|
background: radial-gradient(7px circle at left, @theme_selected_bg_color 50%, transparent 20%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.classic-guild-list-folder.has-unread stack {
|
||||||
|
background: radial-gradient(7px circle at left, @theme_selected_bg_color 50%, transparent 20%);
|
||||||
|
}
|
||||||
|
|
||||||
.classic-guild-list-guild box, .classic-guild-list-folder stack {
|
.classic-guild-list-guild box, .classic-guild-list-folder stack {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user