fix: style color fixes

This commit is contained in:
Ashley Wulber 2022-07-20 12:09:16 -04:00
parent 29e029d626
commit 2a8497fb2a
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
2 changed files with 9 additions and 6 deletions

View file

@ -86,12 +86,11 @@ impl DockPopover {
..add_css_class("title-4");
..add_css_class("dock_popover_title");
};
let window_image = cascade! {
//TODO fill with image of window
Image::from_pixbuf(None);
};
window_box.append(&window_image);
//TODO fill with image of window
// let window_image = cascade! {
// Image::from_pixbuf(None);
// };
// window_box.append(&window_image);
window_box.append(&window_title);
}
// imp.all_windows_item_revealer.replace(window_list_revealer);

View file

@ -48,6 +48,10 @@ button.dock_item {
outline-color: transparent;
}
label.dock_popover_title {
color: black;
}
button.dock_item:hover {
border-radius: 12px;
transition: 100ms;