This file is indexed.

/usr/lib/R/site-library/shinydashboard/shinydashboard.css is in r-cran-shinydashboard 0.6.1-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
/* A replacement for .small-box .icon, where the icon is smaller and doesn't
   change size when moused over. */
.small-box .icon-large {
  position: absolute;
  top: auto;
  bottom: 5px;
  right: 5px;
  font-size: 70px;
  color: rgba(0, 0, 0, 0.15);
}

/* So that selectize dropdowns are visible if they go off the bottom. */
.content {
  overflow: visible;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > .fa,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > .ion {
  float: left;
  font-size: 30px;
  width: 50px;
  text-align: center;
  margin-right: 5px;
  color: #000;
}

/* Sidebar user panel needs a minimum height when there's no image. */
section.sidebar .user-panel {
  min-height: 65px;
}

/* Inputs in the sidebar */
section.sidebar .shiny-input-container {
  /* Proper spacing around inputs. */
  padding: 12px 15px 0px 15px;
  /* Wrap content (important for inline inputs). */
  white-space: normal;
}

/* Make action buttons/links look good on the sidebar panel */
section.sidebar .shiny-bound-input.action-button,
section.sidebar .shiny-bound-input.action-link {
  margin: 6px 5px 6px 15px;
  display: block;
}

/* Shiny inputs in boxes should span full width. */
div.box-body .shiny-input-container {
  width: auto;
}

/* Sidebar is dark, so make text light by default. */
.sidebar {
  color: #fff;
}
/* Slider min and max in sidebar. */
.sidebar .irs-min, .sidebar .irs-max {
  color: #aaa;
}

/* Don't highlight text when info box is in <a> tag */
a > .info-box {
  color: #333;
}

/*  Shiny Server Pro logout panel needs to be raised above menu bar */
.shiny-server-account {
  z-index: 2000;
}