Skip to content

Commit

Permalink
view: Add borders to floating controls
Browse files Browse the repository at this point in the history
  • Loading branch information
gnome-mpv committed Sep 26, 2024
1 parent 1ec349b commit 8356432
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/celluloid-view.c
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,10 @@ load_css(CelluloidView *view)
".control-box.osd.docked"
"{"
" margin: 0px 0px 0px 0px;"
"}"
".osd, .floating-header windowcontrols image"
"{"
" border: 1px solid var(--border-color);"
"}";

GtkCssProvider *style_provider = gtk_css_provider_new();
Expand Down

0 comments on commit 8356432

Please sign in to comment.