fix: style color fixes
This commit is contained in:
parent
29e029d626
commit
2a8497fb2a
2 changed files with 9 additions and 6 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue