-1

I'm using Ubuntu 22.04.5 LTS

I followed the answer provided in this thread, and it works great ... on most of my windows but not the Files window ... the one I use most.

This is content of my gtk.css

decoration {
  border: 2px solid orange;
  background: gray;
}

How to get same border around Files? TIA

ChrisJ
  • 1

1 Answers1

0

To add borders to a Files window,you can modify the window's CSS if it is a web-based application or use a GUI framework that supports window customization.For example, in HTML/CSS,you can add a border property to the div element containing the file window.