This file is indexed.

/usr/share/fotoxx/data/widgets.css is in fotoxx-common 18.01.1-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/***

   This file reduces the size of some GTK widgets by reducing unnecessary padding.
   You may make changes or comment-out text to restore the standard GTK widgets.
   Do not delete the file, since it would be automatically restored.

***/


/***  disabled modifications

window, box * {
   background-color: #DDDDDD;
}

***/

   
.button {
   padding: 0px 4px 0px 4px;        /* top right bottom left */ 
}

button {
   padding: 0px 4px 0px 4px;
}

scale {                             /* slider control */
   padding: 6px 6px;
}