This file is indexed.

/usr/share/horde/mnemo/themes/default/rtl.css is in php-horde-mnemo 4.2.12-1.

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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
/* Sort arrow styles, added for BC. */
.sortup, .sortdown {
    padding-left: 0;
    padding-right: 10px;
    background-position: center right;
}

/* RTL styles, added for BC. */
.leftAlign {
    text-align: right;
}
.rightAlign {
    text-align: left;
}
.leftFloat {
    float: right;
}
.rightFloat {
    float: left;
}

.noteArea p select {
    margin-right: 0;
    margin-left: 5px;
}
.noteArea .button {
    margin-right: 0;
    margin-left: 1em;
}

body.rightPanel #page {
    margin-right: 0;
    margin-left: 10em;
}
body #sbarShow, body #sbarHide {
    padding-left: 0;
    padding-right: 18px;
}
body #sbarShow {
    background-position: center right;
}
body #sbarHide {
    background-position: center right;
}

#pageControls {
    right: auto;
    left: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 10px;
}
#pageControls #notepadSearch {
    background-position: 98% center;
    padding: 2px 20px 2px 0;
}

#quicksearch input {
    padding: 1px 20px 1px 0;
}

/* Tables. */
table#notepad-list {
    margin: 0 5px 8px 0;
    border-left: 0;
    border-right: 1px solid #ddd;
}
table#notepad-list th {
    border-right: 0;
    border-left: 1px solid #ccc;
    text-align: right;
}
table#notepad-list td {
    border-right: 0;
    border-left: 1px solid #ddd;
}
table#notepad-list th.sortup {
    padding-left: 0;
    padding-right: 10px;
    background-position: center right;
}
table#notepad-list th.sortdown {
    padding-left: 0;
    padding-right: 10px;
    background-position: center right;
}