mirror of
https://github.com/freescout-helpdesk/freescout.git
synced 2024-11-24 11:22:42 +01:00
Adjust logo brightness on hover
This commit is contained in:
parent
77ed94a2e8
commit
cc5526f7f3
4
public/css/style.css
vendored
4
public/css/style.css
vendored
@ -366,8 +366,8 @@ h1, h2, h3, h4, h5, h6 {
|
||||
}
|
||||
a.navbar-brand.active img,
|
||||
a.navbar-brand:hover img {
|
||||
-webkit-filter: brightness(2);
|
||||
filter: brightness(2);
|
||||
-webkit-filter: brightness(1.1);
|
||||
filter: brightness(1.1);
|
||||
}
|
||||
.navbar-brand i {
|
||||
color: #fff;
|
||||
|
Loading…
Reference in New Issue
Block a user