Sweet icon indicating copy to clipboard operation
Sweet copied to clipboard

howto add 1px border around gnome files

Open kttary opened this issue 3 years ago • 1 comments

hi, i want to add a thin border around gnome files but i cant find the css class for it on sweet-dark theme

kttary avatar Jan 03 '22 15:01 kttary

Hi, In most recent gnome versions you could achieve this by adding your styles directly to the window object:

window {
  // your styles here
}

EliverLara avatar Jan 18 '22 21:01 EliverLara