mirror of
https://github.com/thelounge/thelounge
synced 2024-11-25 05:20:21 +00:00
Fix active styles on footer buttons
This commit is contained in:
parent
ba3e0dae79
commit
bf0a8c4e4d
1 changed files with 3 additions and 0 deletions
|
@ -649,6 +649,8 @@ p {
|
|||
}
|
||||
|
||||
/* Channels/queries must be white on hover and active */
|
||||
#footer button:hover,
|
||||
#footer button.active,
|
||||
.channel-list-item:hover,
|
||||
.channel-list-item.active {
|
||||
color: #fff;
|
||||
|
@ -662,6 +664,7 @@ background on hover (unless active) */
|
|||
}
|
||||
|
||||
/* Darker background and defualt cursor for active channels */
|
||||
#footer button.active,
|
||||
.channel-list-item.active {
|
||||
background-color: #303e4a;
|
||||
cursor: default;
|
||||
|
|
Loading…
Reference in a new issue