mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
css: make the backgorund of the floating bar button transparent
This commit is contained in:
parent
e021dd0f9c
commit
3800f7c795
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ NautilusFloatingBar {
|
|||
border-width: 2;
|
||||
}
|
||||
|
||||
NautilusFloatingBar > GtkBox > .button {
|
||||
background-color: #fdf6bb;
|
||||
NautilusFloatingBar > GtkBox > GtkButton {
|
||||
background-color: alpha (@theme_base_color, 0.0);
|
||||
background-image: none;
|
||||
border-style: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue